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

TCustomComboBox.AutoSelected

AutoSelected : True indicates that the combobox control has just performed an AutoSelect operation

Declaration

Source position: stdctrls.pp line 387

public property TCustomComboBox.AutoSelected: Boolean
  read FAutoSelected
  write FAutoSelected;

Description

True indicates that the combobox 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 combobox control loses focus.

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