IWebTreeNodes.FindById

Syntax

FindById(Index: Integer): IWebTreeNode;

Parameters

Index. Node index.

Description

The FindById method searches for a node by unique numeric identifier.

Comments

This method returns Null if the node is not found. The unique numeric identifier is generated on creating a node and is available in the IWebTreeNode.Id property.

See also:

IWebTreeNodes