Cloud Storage Integrator 2016 C++ Builder Edition
Cloud Storage Integrator 2016 C++ Builder Edition
Questions / Feedback?

ParentList Event

This event fires once for each parent returned when calling ListParents.

Syntax

typedef void __fastcall (__closure *TicsGoogleDriveParentListEvent)(System::TObject* Sender, TicsGoogleDriveParentListEventParams *e);


__property TicsGoogleDriveParentListEvent OnParentList = {read=FOnParentList, write=FOnParentList};

typedef struct {
     String Id;
} TicsGoogleDriveParentListEventParams;

Remarks

When calling ListParents this event will fire once for each parent that is returned.

Id is the Id of the returned parent.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 C++ Builder Edition - Version 16.0 [Build 7239]