System.SysUtils.PExceptionRecord

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

Delphi

type PExceptionRecord = ^TExceptionRecord;

プロパティ

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

説明

PExceptionRecord は、TExceptionRecord 型へのポインタです。

PExceptionRecord 型は、TExceptionRecord 変数をポイントします。TExceptionRecord は、アプリケーションの例外についての情報を保持します。

関連項目