RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EDimIndexError Class

EDimIndexError is the exception class for when an invalid index is used to specify a dimension in a decision source.

Pascal
EDimIndexError = class(Exception);
C++
class EDimIndexError : public Exception;

MXDB

EDimIndexError is raised when any of the methods of a decision source are called with a dimension index that does not correspond to a dimension. 

 

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