System.SysUtils.PExceptionRecord

提供:RAD Studio API Documentation

Delphi

PExceptionRecord = ^TExceptionRecord;

プロパティ

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

説明

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

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

関連項目