TdxCustomTreeView.Select(TdxTreeViewNode[],Boolean) Method
Selects the specified nodes in the Tree View.
Declaration
procedure Select(const ANodes: array of TdxTreeViewNode; ASyncFocused: Boolean = True); overload;
Parameters
Name | Type | Description |
---|---|---|
ANodes | TdxTreeViewNode | An array of tree nodes. |
ASyncFocused | Boolean | If True, the procedure selects nodes and moves focus to the last node in the source list. If False, the procedure only selects the nodes. |
See Also