FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TCalcRecordCount Enumeration

Defines how TFlexCelReport will count the records in a TDataSet. 

See CalcRecordCount Property for more information.

Pascal
TCalcRecordCount = (
  cr_None,
  cr_Count,
  cr_SlowCount
);
C++
enum TCalcRecordCount {
  cr_None,
  cr_Count,
  cr_SlowCount
};
Members 
Description 
cr_None 
FlexCel will assume RecordCount is returning a correct value. See CalcRecordCount Property for more information.  
cr_Count 
FlexCel will do a db.Last command and assume the number returned by RecordCount is ok. See CalcRecordCount Property for more information.  
cr_SlowCount 
FlexCel will count all records in the database, assuming RecordCount is returning an incorrect value. See CalcRecordCount Property for more information.  
Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!