ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamCustomEditComboBox.SelectAll Method

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.

Copyright (c) 2011. All rights reserved.