TdxCustomTreeView.Select(TdxTreeViewNode,TShiftState,Boolean) Method
In This Article
Selects a specified node in the Tree View.
#Declaration
Delphi
procedure Select(ANode: TdxTreeViewNode; AShift: TShiftState = []; ASyncFocused: Boolean = True); overload;
#Parameters
Name | Type | Description |
---|---|---|
ANode | Tdx |
A specific tree node. |
AShift | TShift |
The state of the modifier keys, mouse buttons, and touch devices. |
ASync |
Boolean | If True, the procedure selects the specified node and moves focus to it. If False, the procedure only selects the node. |
See Also