TreeList.getHasSecondLevel

Syntax

getHasSecondLevel ();

Description

The getHasSecondLevel method determines whether a tree has child nodes.

Comments

This method returns true, if the tree has at least one child node.

Example

The example of use is given in description of the TreeList.showSearch method.

See also:

TreeList