Vcl.StdCtrls.TCustomComboBox.AutoDropDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoDropDown: Boolean read FAutoDropDown write FAutoDropDown default False;

C++

__property bool AutoDropDown = {read=FAutoDropDown, write=FAutoDropDown, default=0};

Properties

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

Description

Specifies whether the drop-down list drops down automatically in response to user keystrokes.

When AutoDropDown is true, the combo box automatically drops down its list when the user starts typing a string while the combo box has focus.

When AutoDropDown is false, the user must explicitly use the drop-down button to drop down the combo box list.

See Also