RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Mxstore.TIndexInfoRec Record
Pascal
TIndexInfoRec = record
  AggOffset: Integer;
  SparseCnt: Integer;
  SubTotalCnt: Integer;
  Flags: TIndexFlags;
end;
C++
struct TIndexInfoRec {
  int AggOffset;
  int SparseCnt;
  int SubTotalCnt;
  TIndexFlags Flags;
};

Mxstore

This is record Mxstore.TIndexInfoRec.

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