[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

EOutOfMemory

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

Out of memory error.

Declaration

Source position: sysutilh.inc line 172

type EOutOfMemory = class(EHeapMemoryError)

Inheritance

EOutOfMemory

  

Out of memory error.

|

EHeapMemoryError

  

Heap memory error

|

Exception

  

Base class of all exceptions.

|

TObject

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: May 14 2021