Entry Event
Fired once for each entry retrieved.
Syntax
typedef void __fastcall (__closure *TipwODataEntryEvent)(System::TObject* Sender, TipwODataEntryEventParams *e);__property TipwODataEntryEvent OnEntry = {read=FOnEntry, write=FOnEntry};
typedef struct {
String Id;
String Title;
String Summary;
String ETag;
} TipwODataEntryEventParams;
Remarks
The Entry event is fired once for each entry found in the response.
The entry properties are provided through EntryProperties.
The entry links are provided through EntryLinks.