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

TCustomEdit.AutoSelected

AutoSelected : if True, indicates that the edit control has just performed an AutoSelect operation

Declaration

Source position: stdctrls.pp line 730

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

Description

If True, indicates that the edit control has just performed an AutoSelect operation so that subsequent mouse-clicks and keystrokes proceed normally without selecting the text.

False is set when the edit control loses focus.

This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads