ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamControls.TJamCustomEditComboBox.SelectAll

Selects the entire block of text in the edit box.

Syntax
Pascal
procedure SelectAll; override;

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.