RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EUnsupportedTypeError Class

EUnsupportedTypeError is the exception class for failures that occur when adding dimensions to the cache of a decision cube.

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

Mxarrays

EUnsupportedTypeError is raised when an invalid field type is chosen as an active dimension in a decision cube. For example, making a dimension that corresponds to a BLOB field active raises an EUnsupportedTypeError. 

 

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