System.SysUtils.OutOfMemoryError

提供: RAD Studio API Documentation
2011年10月18日 (火) 10:32時点におけるPyBot (トーク | 投稿記録)による版 (Scoping Libraries)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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 は,追加メモリを割り当てずに実行されます。

関連項目

https://docwiki.embarcadero.com/Libraries/Tokyo/j/index.php?title=System.SysUtils.OutOfMemoryError&oldid=143249」から取得