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