System.TExceptClsProc

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

Delphi

TExceptClsProc = function(P: PExceptionRecord): Pointer{ExceptClass};

C++

typedef void * __fastcall (*TExceptClsProc)(PExceptionRecord P);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.pas
System.hpp
System System

説明

関数を指すポインタの型です。

TExceptClsProc は、ExceptClsProc が代入される変数の型として使用できます。

関連項目