Skip to main content

TdxCustomTreeView.Select(TdxTreeViewNode,TShiftState,Boolean) Method

Selects a specified node in the Tree View.

Declaration

procedure Select(ANode: TdxTreeViewNode; AShift: TShiftState = []; ASyncFocused: Boolean = True); overload;

Parameters

Name Type Description
ANode TdxTreeViewNode

A specific tree node.

AShift TShiftState

The state of the modifier keys, mouse buttons, and touch devices.

ASyncFocused Boolean

If True, the procedure selects the specified node and moves focus to it. If False, the procedure only selects the node.

See Also