TdxCustomTreeView.Select(TList,Boolean) Method
In This Article
Selects the specified nodes in the Tree View.
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
ANodes | TList | A source list of tree nodes. |
ASync |
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