RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
MXDB.TDimState Enumeration
Pascal
TDimState = (
  dmClosed,
  dmOpen,
  dmDrilled,
  dmPaged,
  dmNone
);
C++
enum TDimState {
  dmClosed,
  dmOpen,
  dmDrilled,
  dmPaged,
  dmNone
};

MXDB

This is record MXDB.TDimState.

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