Online Help TEDIObjectListItem

Unit JclEDI

Types

TEDIObjectListItem

   The TEDIObjectListItem is the base item class used by TEDIObjectList class. This object keeps the reference to a TEDIObject and its position within a linked list.

 Property

property ItemIndex: Integer read FItemIndex write FItemIndex;

   ItemIndex is the current index position of the item in the linked list. When an item is added to TEDIObjectList the item index will be set appropriately.

 Function

function GetIndexPositionFromParent: Integer;

   This function will guarantee that the correct index location within the linked list is returned and update the ItemIndex property.

 Property

property Name: string read FName write FName;

   This property can be used for searching by name.

Usage

Notes & Examples

< Under Construction >