Vcl.DBCtrls.TDBLookupComboBox.DropDownRows
Delphi
property DropDownRows;
C++
__property DropDownRows = {default=7};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.DBCtrls.pas Vcl.DBCtrls.hpp |
Vcl.DBCtrls | TDBLookupComboBox |
Description
Specifies the number of items displayed in the drop-down list of the TDBLookupComboBox.
Vcl.DBCtrls.TDBLookupComboBox.DropDownRows inherits from Vcl.DBCtrls.TCustomDBLookupComboBox.DropDownRows. All content below this line refers to Vcl.DBCtrls.TCustomDBLookupComboBox.DropDownRows.
Specifies the number of items displayed in the drop-down list of the TDBLookupComboBox.
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.
See Also