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

TCustomComboBox.AutoComplete

Allows to select items from partial input, of the begin of the item text.

Declaration

Source position: stdctrls.pp line 385

public property TCustomComboBox.AutoComplete : Boolean
  read GetAutoComplete
  write SetAutoComplete
  default False;

Description

The first matching item is selected. The user can continue entering characters, until the desired (or no) matching item is selected.

See also

TCustomComboBox.AutoCompleteText

  

Options for the behavior of the Auto-Complete feature.

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