RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTreeView.Deselect Method

Deselects a specified node.

Pascal
procedure Deselect(Node: TTreeNode); virtual;
C++
virtual __fastcall Deselect(TTreeNode Node);

Deselect removes the selection from Node. This method has no effect unless MultiSelect is true and MultiSelectStyle includes msControlSelect. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!