System.SysUtils.Exception.CleanUpStackInfoProc

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

CleanUpStackInfoProc: procedure (Info: Pointer);

C++

static void __fastcall (*CleanUpStackInfoProc)(void * Info);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
field public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils Exception

Beschreibung

CleanUpStackInfoProc bereinigt die Stack-Information.

Weisen Sie CleanUpStackInfoProc eine Methode zu, um die Datenstruktur mit den Stack-Informationen zu bereinigen. Die Funktion, auf die von CleanUpStackInfoProc gezeigt wird, wird aufgerufen, wenn die Exception freigegeben wird.

Siehe auch