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

DefaultComboBoxAutoCompleteText

Default values for the AutoCompleteText property in combo-box controls.

Declaration

Source position: stdctrls.pp line 259

const DefaultComboBoxAutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending];

Description

DefaultComboBoxAutoCompleteText is a constant which contains the set of default values used in the AutoCompleteText property in combo-box controls. DefaultComboBoxAutoCompleteText is assigned to the property in the constructor for the class instance.

DefaultComboBoxAutoCompleteText contains the following values from the TComboBoxAutoCompleteTextOption enumeration:

See also

TComboBoxAutoCompleteTextOption

  

Defines the behavior of the AutoComplete feature in a combo-box control.

TCustomComboBox.AutoCompleteText

  

Options for the behavior of the Auto-Complete feature.

TCustomComboBox.Create

  

Constructor for the class instance.


Version 3.2 Generated 2024-02-25 Home