Vcl.StdCtrls.TComboBox.AutoCompleteDelay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoCompleteDelay: Cardinal read FAutoCompleteDelay write FAutoCompleteDelay default 500;

C++

__property AutoCompleteDelay = {default=500};

Properties

Type Visibility Source Unit Parent
property published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TComboBox

Description

Specifies the delay between a key press and an attempt to autocomplete the field.

Vcl.StdCtrls.TComboBox.AutoCompleteDelay inherits from Vcl.StdCtrls.TCustomComboBox.AutoCompleteDelay. All content below this line refers to Vcl.StdCtrls.TCustomComboBox.AutoCompleteDelay.

Specifies the delay between a key press and an attempt to autocomplete the field.

Specifies the delay, in milliseconds, between a key press and an attempt to autocomplete the field. Autocomplete will position to matching list values as you type, sometimes saving you keystrokes.

AutoCompleteDelay is only in effect when AutoComplete is True.

See Also