ITreeListNode.SelectNode

Syntax

SelectNode([Recursively: Boolean = False]);

Parameters

Recursively. Parameter that determines whether elements are selected recursively. If the parameter is set to True, all elements are selected; if the parameter is set to False, only selected element is selected.

Description

The SelectNode method selects the element of the tree.

See also:

ITreeListNode