TcxCustomTreeList.SelectAll Method
Selects all nodes.
Declaration
procedure SelectAll;
Remarks
Note that selection of multiple nodes is allowed, if the OptionsSelection.MultiSelect option is active. Otherwise, the SelectAll method does nothing. The method is also not in effect if the OnCanSelectNode‘s Allow parameter is set to False.
To select a particular node, use the tree list’s Select method.
If you wish to deselect all the selected nodes simultaneously, use the ClearSelection method.
See Also