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;

Variants

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

 

TVarData 

TVariantManager 

VarArrayCreate 

VarArrayOf 

VarArrayRedim 

VarToDateTime 

TCustomVariantType 

EOutOfMemory

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