TreeNodes.getCount

Syntax

getCount (index)

Parameters

index. Index of the node, for which the user wants to get the number of children.

Description

The getCount method returns the number of children for the specified node.

Example

The example of use is identical to the example given for the List.getCount.

See also:

TreeNodes