Google Integrator V2 - Online Help
Google Integrator V2
Questions / Feedback?

Entry Event

Fired once for each entry retrieved.

Syntax

typedef void __fastcall (__closure *TibgGDataEntryEvent)(System::TObject* Sender, TibgGDataEntryEventParams *e);

__property TibgGDataEntryEvent OnEntry = {read=FOnEntry, write=FOnEntry};

typedef struct {
     String Id;
     String Title;
     String ETag;
} TibgGDataEntryEventParams;

Remarks

The Entry event is fired once for each entry found in the response.

The entry elements are provided through the EntryElements property of the component.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0