RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
MXCOMMON.TQueryError Enumeration
Pascal
TQueryError = (
  tqeOK,
  tqeNoDimensions,
  tqeNoAggs,
  tqeNotGrouped,
  tqeNotInitialized,
  tqeMapCorrupt,
  tqeUnKnownDims
);
C++
enum TQueryError {
  tqeOK,
  tqeNoDimensions,
  tqeNoAggs,
  tqeNotGrouped,
  tqeNotInitialized,
  tqeMapCorrupt,
  tqeUnKnownDims
};

MXCOMMON

This is record MXCOMMON.TQueryError.

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