TcxCustomTreeView.Select(TTreeNode[]) Method
In This Article
Selects all nodes in the specified array.
#Declaration
Delphi
procedure Select(const Nodes: array of TTreeNode); overload; virtual;
#Parameters
Name | Type | Description |
---|---|---|
Nodes | TTree |
The target array of nodes. |
See Also