RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBLookupListBox.RowCount Property

Specifies how many rows are visible in the list box.

Pascal
property RowCount: Integer;
C++
__property int RowCount;

Set RowCount to the number of rows displayed in the lookup list box. The list box is resized to match the specified number of rows. Resizing the list box (such as by changing its Height property) automatically changes the value of RowCount to match the new height. 

 

Height 

Displaying and Editing Data in Lookup List and Combo Boxes

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