RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBComboBox.AutoDropDown Property

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

Pascal
property AutoDropDown: Boolean;
C++
__property Boolean AutoDropDown;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!