TRVReportQueryProcessor.GetRecordCount

<< Click to display table of contents >>

TRVReportQueryProcessor.GetRecordCount

Returns the count of records returned for a data query.

function GetRecordCount: Integer;

A query processor is not necessary supports quick calculation of record counts. So it may return MaxInt, if it has a non-zero count of records. In this case, a report generator will enumerate records until MoveToNextRecord returns False.

 

You rarely need to use this method. Usually, query processors are used to get field values from the current record.