RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColumn.DropDownRows Property

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

Pascal
property DropDownRows: Cardinal;
C++
__property unsigned DropDownRows;

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. 

 

ButtonStyle 

PickList 

TDBLookupComboBox 

Defining a Lookup List Column

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