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

TComboBoxAutoCompleteText

Set of TComboBoxAutoCompleteTextOption values.

Declaration

Source position: stdctrls.pp line 257

type TComboBoxAutoCompleteText = set of (

  cbactEnabled,

  

Enable Auto-Completion features.

  cbactEndOfLineComplete,

  

Perform Auto-Complete only when cursor is at the end of the string.

  cbactRetainPrefixCase,

  

Retains the case of characters user has typed. This option has no effect if cbactEndOfLineComplete is not set.

  cbactSearchCaseSensitive,

  

Search for the completion string with case sensitivity.

  cbactSearchAscending

  

Search completion strings in ascending order when set. Otherwise, search in descending order.

);

Description

TComboBoxAutoCompleteText is a set type used to store zero (0) or more values from the TComboBoxAutoCompleteTextOption enumeration. TComboBoxAutoCompleteText is the type used to implement the AutoCompleteText property in TCustomComboBox and descendent classes. It is also the type used for the DefaultComboBoxAutoCompleteText constant which defines the default values used in combo-box controls.

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.

DefaultComboBoxAutoCompleteText

  

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


Version 3.2 Generated 2024-02-25 Home