System.SysUtils.OutOfMemoryError

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure OutOfMemoryError;

C++

extern DELPHI_PACKAGE void __fastcall OutOfMemoryError(void);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

説明

EOutOfMemory の例外を生成します。

OutOfMemoryError プロシージャを呼び出すと,EOutOfMemory 例外が生成されます。OutOfMemoryError は,追加メモリを割り当てずに実行されます。

関連項目