ITreeListNodeBase.Item

Syntax

Item(Index: Integer): ITreeListNode;

Parameters

Index - index of the child element.

Description

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

See also:

ITreeListNodeBase