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