ITreeListNodes.FindById

Syntax

FindById(Id: Integer): ITreeListNode;

Parameters

Id - identifier of the tree node.

Description

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

See also:

ITreeListNode