Vcl.FileCtrl.TFilterComboBox.AutoDropDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoDropDown: Boolean read FAutoDropDown write FAutoDropDown default 0;

C++

__property AutoDropDown = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl TFilterComboBox

Description

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

Vcl.FileCtrl.TFilterComboBox.AutoDropDown inherits from Vcl.StdCtrls.TCustomComboBox.AutoDropDown. All content below this line refers to Vcl.StdCtrls.TCustomComboBox.AutoDropDown.

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