RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EVariantOutOfMemoryError Class

EVariantOutOfMemoryError is the exception class for variant operations that cannot allocate necessary memory.

Pascal
EVariantOutOfMemoryError = class(EVariantError);
C++
class EVariantOutOfMemoryError : public EVariantError;

EVariantOutOfMemoryError is raised when a variant operation fails because of a failure to allocate necessary memory. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!