System.SysUtils.OutOfMemoryError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OutOfMemoryError;

C++

extern DELPHI_PACKAGE void __fastcall OutOfMemoryError(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Raises an EOutOfMemory exception.

Call OutOfMemoryError to raise the EOutOfMemory exception. OutOfMemoryError runs without allocating additional memory.

See Also