JCL Help:JclCreateExceptFrameList
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: JclCreateExceptFrameList Function
Search in JCL Help
Search in all projects
Summary
Creates an exception frame list.
Pascal
function JclCreateExceptFrameList(AIgnoreLevels: Integer): TJclExceptFrameList;
Parameters
Parameters | Description |
AIgnoreLevels: Integer | Number of levels to ignore. This is useful to strip-out any try...except/finally blocks in the currently executing routine. |
Return Value
A reference to the exception frame list.
Description
JclCreateExceptFrameList creates a list of all try...except and / or try...finally frames currently set. The resulting TJclExceptFrameList is also stored internally and can be obtained again by calling JclLastExceptFrameList.
About
Unit
Donator
Marcel Bestebroer
Notes
Do not free this object, it's freed internally when a new one needs to be created.
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