ITreeListNodeBase.Item

Syntax

Item(Index: Integer): ITreeListNode;

Parameters

Index is an index of the child element.

Description

The Item property returns parameters of the child element, the index of which is passed by the Index parameter.

See also:

ITreeListNodeBase