RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCombo.SelectAll Method

Selects the entire block of text in the edit box.

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

Use SelectAll to select the entire block of text in the edit 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!