RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueryTableProducer.MaxRows Property

Specifies the maximum number of rows that appear in the HTML table.

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

Set MaxRows to change the upper limit on the size of the HTML table produced to represent the DataSet. MaxRows is initialized to 20. 

If DataSet contains more than MaxRows records, only the first MaxRows records appear in the HTML commands produced by Content. If DataSet contains fewer than MaxRows records, the HTML table produced by TDSTableProducer will contain only enough rows to display all the records in DataSet. 

 

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