IP*Works! 2016 Delphi Edition
IP*Works! 2016 Delphi Edition
Questions / Feedback?

Entry Event

Fired once for each entry retrieved.

Syntax

type TEntryEvent = procedure Entry(Sender: TObject; const Id: String; const Title: String; const Summary: String; const ETag: String) of object;

property OnEntry: TEntryEvent read FOnEntry write FOnEntry;

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.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 Delphi Edition - Version 16.0 [Build 7353]