RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBCtrlGrid.RowCount Property

Specifies the number of rows of panels displayed in the grid.

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

Set RowCount to the number of rows of panels that should appear in the TDBCtrlGrid object. Each panel represents a separate record in the dataset. 

Setting RowCount causes the TDBCtrlGrid object to resize to accommodate the new number of rows. PanelHeight does not change. 

 

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