ITreeListNodes.FindById

Syntax

FindById(Id: Integer): ITreeListNode;

Parameters

Id is an identifier of the tree node.

Description

The FindById method searches the tree node, the identifier of which is passed by the Id parameter.

See also:

ITreeListNode