TdxCustomTreeView.Deselect(TdxTreeViewNode[]) Method
Deselects the specified tree nodes.
Declaration
procedure Deselect(const ANodes: array of TdxTreeViewNode); overload;
Parameters
| Name | Type | Description |
|---|---|---|
| ANodes | TdxTreeViewNode | A tree node array. |
Remarks
You can call the Tree View’s ClearSelection procedure to deselect all nodes.
See Also