RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
MXDB.TDimInfo Record
Pascal
TDimInfo = record
  iState: TDimState;
  iValue: Integer;
  iIndex: Integer;
  iActiveIndex: Integer;
  iRowState: TRowState;
  iGroup: TDimGroup;
end;
C++
struct TDimInfo {
  TDimState iState;
  int iValue;
  int iIndex;
  int iActiveIndex;
  TRowState iRowState;
  TDimGroup iGroup;
};

MXDB

This is record MXDB.TDimInfo.

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