JCL Help:TJclExceptNotifyProc
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclExceptNotifyProc Type
Search in JCL Help
Search in all projects
Summary
Exception notify procedure type.
Pascal
TJclExceptNotifyProc = procedure (ExceptObj: TObject; ExceptAddr: Pointer; OSException: Boolean);
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
TJclExceptNotifyProc is the exception notify procedure type.
See Also
TJclExceptNotifyMethod ExceptNotifyProc ExceptNotifyMethod
About
Unit
Donator
Hallvard Vassbotn
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