ExceptObjProc
Callback used to convert OS exceptions to FPC exceptions
Declaration
Source position: systemh.inc line 1687
const
ExceptObjProc : Pointer = Nil
Description
ExceptObjProc is used in SEH (Structured Exception Support) to convert OS exception information to FPC exceptions. It is set e.g. by the sysutils unit. If it is not set, a run-time error results when OS exceptions are intercepted.
See also
Name | Description |
---|---|
ExceptClsProc | Callback used to determine the exception class for an OS exception |