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