RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListControl.SelectAll Method

Selects all items or all text in the selected item.

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

SelectAll performs different tasks, depending on the custom list control descendant. In list controls that allow multiple items to be selected, SelectAll selects all items in the list. In list controls that allow only one item to be selected, SelectAll selects the entire text of the current item. 

 

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