Vcl.DBCtrls.TCustomDBLookupComboBox.DropDownRows

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DropDownRows: Integer read FDropDownRows write FDropDownRows default 7;

C++

__property int DropDownRows = {read=FDropDownRows, write=FDropDownRows, default=7};

Properties

Type Visibility Source Unit Parent
property public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TCustomDBLookupComboBox

Description

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