Vcl.StdCtrls.TCustomComboBox.AutoCompleteDelay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoCompleteDelay: Cardinal read FAutoCompleteDelay write FAutoCompleteDelay default 500;

C++

__property unsigned AutoCompleteDelay = {read=FAutoCompleteDelay, write=FAutoCompleteDelay, default=500};

Properties

Type Visibility Source Unit Parent
property public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomComboBox

Description

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