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