ITreeListNode.SelectNode

Syntax

SelectNode([Recursively: Boolean = False]);

Parameters

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

Description

The SelectNode method selects the element of the tree.

See also:

ITreeListNode