TcxCustomTreeView.Deselect(TTreeNode) Method
In This Article
Deselects the specified node.
#Declaration
Delphi
procedure Deselect(Node: TTreeNode); virtual;
#Parameters
Name | Type | Description |
---|---|---|
Node | TTree |
The target tree node. |
See Also