System.SysUtils.Exception.CleanUpStackInfoProc
Delphi
CleanUpStackInfoProc: procedure (Info: Pointer);
C++
static void __fastcall (*CleanUpStackInfoProc)(void * Info);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
field | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | Exception |
Description
CleanUpStackInfoProc cleans up the stack information.
Assign a method to CleanUpStackInfoProc to clean up the opaque data structure that contains stack information. The function pointed to by CleanUpStackInfoProc is called when the exception is being destroyed.