Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

EOutOfMemory

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Out of memory error.

Declaration

Source position: sysutilh.inc line 174

type EOutOfMemory = class(EHeapMemoryError)

Inheritance

EOutOfMemory

  

Out of memory error.

|

EHeapMemoryError

  

Heap memory error.

|

Exception

  

Base class of all exceptions.

|

TObject

  

Base class of all classes.

Description

EOutOfMemory occurs when memory can no longer be allocated on the heap. An instance of EOutOfMemory is allocated on the heap at program startup, so it is available when needed.

See also

EHeapException

  

Heap exception.

EHeapMemoryError

  

Heap memory error.

EInvalidPointer

  

Invalid pointer operation.


Documentation generated on: Jul 24 2023