RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListControl.ClearSelection Method

Removes the selection, leaving all items unselected.

Pascal
procedure ClearSelection; virtual; abstract;
C++
virtual __fastcall ClearSelection() = 0;

Call ClearSelection to deselect any selected items in the list control. ClearSelection removes the selection, but leaves the items in the list. 

 

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