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