JCL Help:TJclExceptNotifyMethod

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Exception notify method type.


Pascal

 TJclExceptNotifyMethod = procedure (ExceptObj: TObject; ExceptAddr: Pointer; OSException: Boolean) of object;


Parameters

Parameters Description
ExceptObj Exception object.
ExceptAddr Address where exception occured.
OSException If the exception occured outside of any Delphi/C++Builder module, this parameter is True, otherwise it is False.


Description

TJclExceptNotifyMethod is the exception notify method type.


See Also

TJclExceptNotifyProc ExceptNotifyProc ExceptNotifyMethod


About

Unit

JclHookExcept


Donator

Marcel Bestebroer


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page