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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!