Google Integrator 2016 Delphi Edition
Google Integrator 2016 Delphi Edition
Questions / Feedback?

BucketList Event

Fired for every bucket when ListBuckets is called.

Syntax

type TBucketListEvent = procedure BucketList(Sender: TObject; const BucketName: String; const CreationDate: String; const OwnerId: String; const OwnerName: String; const OtherData: String) of object;

property OnBucketList: TBucketListEvent read FOnBucketList write FOnBucketList;

Remarks

This event is fired for each bucket when ListBuckets is invoked. It allows you to inspect properties of a bucket like its name, creation date, owner id and owner name. "Other Data" is reserved for future use.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Google Integrator 2016 Delphi Edition - Version 16.0 [Build 7239]