RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ELowCapacityError Class

ELowCapacityError is the exception class for when an attempt is made to allocate more memory than is available for the decision cube.

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

Mxarrays

ELowCapacityError is raised when the cache of a decision cube is too big. The memory available to the decision cube can be increased by changing the Capacity property of the decision cube or the memory demands of the decision cube can be reduced by deactivating some of the cube dimensions. 

 

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