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

System.SysUtils.Exception.GetStackInfoStringProc

De XE2 API Documentation

Delphi

GetStackInfoStringProc: function (Info: Pointer): string;

C++

static System::UnicodeString __fastcall (*GetStackInfoStringProc)(void * Info);

Propriétés

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

Description

GetStackInfoStringProc génère une chaîne formatée contenant le suivi de pile.

Assignez une méthode au champ GetStackInfoStringProc pour générer une chaîne formatée contenant le suivi de pile. La fonction pointée par le champ GetStackInfoStringProc est appelée par la méthode GetStackTrace.

Voir aussi

Versions précédentes
Traductions