RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.VAR_OUTOFMEMORY Constant

Specifies that there is not enough memory to complete the operation.

Pascal
VAR_OUTOFMEMORY = HRESULT($8007000E);
C++
VAR_OUTOFMEMORY = HRESULT($8007000E);

VAR_OUTOFMEMORY is a possible return value of the variant-manipulating functions, specifying that there is not enough memory to complete the operation. 

 

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