IWebTreeNodes.FindByText

Syntax

FindByText(Text: String): IWebTreeNode;

Parameters

Text. Node text.

Description

The FindByText method searches for a node by text.

Comments

The method returns Null if the node is not found.

See also:

IWebTreeNodes