RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DSIntf.AGGVALUE Record
Pascal
AGGVALUE = packed record
  iCnt: Integer;
  eAggState: AGGSTATE;
  Value: record;
end;
C++
struct AGGVALUE {
  int iCnt;
  AGGSTATE eAggState;
  record Value;
};

DSIntf

This is record DSIntf.AGGVALUE.

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