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

TComboBoxAutoCompleteTextOption

TComboBoxAutoCompleteTextOption - Enumerated type that defines the behavior of the AutoComplete feature in a combobox control.

Declaration

Source position: stdctrls.pp line 234

type TComboBoxAutoCompleteTextOption = (

  cbactEnabled,

  

  cbactEndOfLineComplete,

  

  cbactRetainPrefixCase,

  

  cbactSearchCaseSensitive,

  

  cbactSearchAscending

  

);

Description

TComboBoxAutoCompleteTextOption defines the behavior of the AutoComplete feature.

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