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

TComboBoxAutoCompleteText

Set of TComboBoxAutoCompleteTextOption.

Declaration

Source position: stdctrls.pp line 241

type TComboBoxAutoCompleteText = set of (

  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.

);

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