TreeList.findText

Syntax

findText(value: String);

Parameters

value. Compared value.

Description

The findText method returns the tree node, which value fully matches the passed value.

Example

The example of method use is given in description of the TreeNode.getIndex method.

See also:

TreeList