JCL Help:JclLastExceptStackList

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Retreives the last generated stack info list.


Pascal

 function JclLastExceptStackList: TJclStackInfoList;


Return Value

A reference to the last generated stack list.


Description

JclLastExceptStackList retreives the last generated stack info list by a call through JclCreateStackList. Note that JclCreateStackList also get's called when an exception occurs and the global variable StackTrackingEnable is set to True.


About

Unit

JclDebug


Donator

Hallvard Vassbotn


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