RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBCtrlGrid.PanelCount Property

Specifies the number of records visible in the grid.

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

TDBCtrlGrid can represent a number of panels equal to the number in ColCount times the number in RowCount. Usually, PanelCount will be the same as this value. PanelCount will be smaller than this if there are not enough records in the dataset to fill the entire grid. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!