JCL Help:JclLastExceptFrameList
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: JclLastExceptFrameList Function
Search in JCL Help
Search in all projects
Summary
Retreives the last generated except frame list.
Pascal
function JclLastExceptFrameList: TJclExceptFrameList;
Return Value
A reference to the last generated exception frame list.
Description
JclLastExceptFrameList retreives the last generated except frame list by a call through JclCreateExceptFrameList. Note that JclCreateExceptFrameList also get's called when an exception occurs and the global variable ExceptionFrameTrackingEnable is set to True.
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