RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataGrid.DisplayRows Property

Limits the number of rows in the HTML table.

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

Use DisplayRows to specify the number of rows that appear in the generated HTML table. 

Note that the number of rows in the HTML table does not limit the number of records that end users can view and edit. When DisplayRows is less than the number of records in the data packet, the control generated by TNextPageButton or TPriorPageButton lets end users scroll through the records in the data packet. 

 

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