RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBLookupComboBox.DropDownRows Property

Specifies the number of items displayed in the drop-down list of the TDBLookupComboBox.

Pascal
property DropDownRows: Integer;
C++
__property int DropDownRows;

Use DropDownRows to specify how many rows appear in the drop down list of the combo box. If there are more lookup items than DropDownRows, the lookup list box displays a scroll bar. 

The default value for DropDownRows is 7. 

 

DropDownWidth 

DropDownAlign 

OnDropDown 

Displaying and Editing Data in Lookup List and Combo Boxes

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