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

TComboBoxAutoCompleteTextOption

Defines the behavior of the AutoComplete feature in a combobox control.

Declaration

Source position: stdctrls.pp line 234

type TComboBoxAutoCompleteTextOption = (

  cbactEnabled,

  

Enable Auto-Completion feature.

  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 completion string with case sensitivity.

  cbactSearchAscending

  

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

);

Description

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