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

EntryIndex Property

The index of the current entry in an OData feed.

Syntax

property EntryIndex: Integer;

Default Value

-1

Remarks

This property is used to specify an entry within a retrieved OData feed. Once set, EntryAuthor, EntryETag, EntryTitle, EntrySummary, EntryUpdated, EntryLinks, EntryProperties and ResourcePath will be populated with their respective values found within the entry.

This property takes index values from 0 to EntryCount-1.

Setting EntryIndex to -1 will clear the entries contained by the component and will also reset EntryProperties and EntryCount.

This property is not available at design time.

Data Type

Integer

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