[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomEdit.AutoSelected

True when the text selection was established automatically.

Declaration

Source position: stdctrls.pp line 792

protected property TCustomEdit.AutoSelected : Boolean
  read FAutoSelected
  write FAutoSelected;

See also

TCustomEdit.AutoSelect

  

If True, the edit control will select all its text when it receives focus or when the Enter key is pressed.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.