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

TCustomComboBox.AutoCompleteText

Options for the behavior of the Auto-Complete feature.

Declaration

Source position: stdctrls.pp line 422

public property TCustomComboBox.AutoCompleteText : TComboBoxAutoCompleteText
  read FAutoCompleteText
  write FAutoCompleteText
  default DefaultComboBoxAutoCompleteText;

Description

Enabled
Enable Auto-Completion features.
EndOfLineComplete
Perform Auto-Complete only when cursor is at the end of the string.
RetainPrefixCase
Retains the case of characters user has typed. This option has no effect if cbactEndOfLineComplete is False.
SearchCaseSensitive
Search completion string with case sensitivity.
SearchAscending
Search completion string in ascending order. False will search in descending order.

This property exists as a Set of Options, so zero or more options may be operational.

See also

TComboBoxAutoCompleteTextOption

  

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


Version 3.2 Generated 2024-02-25 Home