[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Raise an EOutOfMemory exception
Source position: sysutilh.inc line 171
procedure OutOfMemoryError; |
OutOfMemoryError raises an EOutOfMemory exception, with an exception object that has been allocated on the heap at program startup. The program should neved create an EOutOfMemory exception, but always call this routine.
|
Out of memory error. |
No notes exist for this page yet.