RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListBox.SelectAll Method

Selects the entire block of text in the list box.

Pascal
procedure SelectAll; override;
C++
virtual __fastcall SelectAll();

Use SelectAll to select the entire block of text in the list box. To select only part of the text, use the SelStart and SelLength properties. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!