RAD Studio VCL Reference
|
EHeapException is the exception class for errors related to heap-allocated memory.
EHeapException = class(Exception);
class EHeapException : public Exception;
EHeapException's descendants—EOutOfMemory and EInvalidPointer—are used to handle failed allocations of dynamic memory and invalid pointer operations.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|