Vcl.DBGrids.TColumn.DropDownRows

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  DropDownRows: Cardinal read FDropDownRows write FDropDownRows default 7;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TColumn

Description

Specifies the number of lines displayed in the column's drop-down list.

DropDownRows determines the number of lines of text displayed in the drop-down list associated with the column. This property is used only if ButtonStyle is set to cbsAuto and the column has a lookup field or pick list associated with it.

See Also