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

TCustomComboBox.AutoSelect

Selects the entire content of the edit box when the control receives the focus.

Declaration

Source position: stdctrls.pp line 426

public property TCustomComboBox.AutoSelect : Boolean
  read FAutoSelect
  write FAutoSelect
  default True;

Description

When True, the edit control will select all its text when:

See also

TCustomComboBox.AutoSelected

  

True indicates that the selection was marked automatically by the control.


Version 3.2 Generated 2024-02-25 Home