System.SysUtils.PExceptionRecord
Delphi
PExceptionRecord = ^TExceptionRecord;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
pointer | public | System.pas | System.SysUtils | System.SysUtils |
説明
PExceptionRecord は、TExceptionRecord 型へのポインタです。
PExceptionRecord 型は、TExceptionRecord 変数をポイントします。TExceptionRecord は、アプリケーションの例外についての情報を保持します。