Vcl.StdCtrls.TCustomCombo.SelectAll
Delphi
procedure SelectAll; override;
C++
virtual void __fastcall SelectAll();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomCombo |
Description
Selects the entire block of text in the edit box.
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.