Unit 'TplDBGridControllerUnit' Package
[Overview][Constants][Types][Classes][Index] [#pl_exdatabase]

TplAggInfo

Declaration

Source position: TplDBGridControllerUnit.pas line 164

type TplAggInfo = record

  MinFloat: float;

  

  MinInt: LongInt;

  

  MinStr: string;

  

  MinDatetime: TDateTime;

  

  MaxFloat: float;

  

  MaxInt: LongInt;

  

  MaxStr: string;

  

  MaxDatetime: TDateTime;

  

  SumFloat: float;

  

  SumInt: LongInt;

  

  SumStr: string;

  

  AvgFloat: float;

  

  AvgInt: LongInt;

  

  AvgStr: string;

  

  Count: LongInt;

  

  CountStr: string;

  

  Distinct: LongInt;

  

  DistinctStr: string;

  

  CustomInt: LongInt;

  

  CustomFloat: Float;

  

  CustomStr: string;

  

end;



CT Web help

CodeTyphon Studio