JCL Help:JclLastExceptFrameList

From Project JEDI Wiki
Jump to navigationJump to search


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

JclDebug


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