System.SysUtils.Exception.GetStackInfoStringProc
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.