Afficher : Delphi C++
Préférences d'affichage

System.SysUtils.Exception.CleanUpStackInfoProc

De XE2 API Documentation

Delphi

CleanUpStackInfoProc: procedure (Info: Pointer);

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
field public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils Exception

Description

CleanUpStackInfoProc nettoie les informations de pile.

Assignez une méthode au champ CleanUpStackInfoProc pour nettoyer la structure de données opaque qui contient les informations de pile. La fonction pointée par le champ CleanUpStackInfoProc est appelée quand l'exception est détruite.

Voir aussi

Versions précédentes
Traductions