System.TExceptClsProc
Delphi
TExceptClsProc = function(P: PExceptionRecord): Pointer{ExceptClass};
C++
typedef void * __fastcall (*TExceptClsProc)(PExceptionRecord P);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | System.pas System.hpp |
System | System |
Description
Type of pointer to function.
You can use TExceptClsProc as a type for variables that are assigned to ExceptClsProc.