System.SysUtils.Exception.GetStackInfoStringProc

From RAD Studio API Documentation
Revision as of 15:43, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

GetStackInfoStringProc: function (Info: Pointer): string;

C++

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

Properties

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

Description

GetStackInfoStringProc generates a formatted string with the stack trace.

Assign a method to GetStackInfoStringProc to generate a formatted string containing the stack trace. The function pointed to by GetStackInfoStringProc is called by the GetStackTrace method.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.SysUtils.Exception.GetStackInfoStringProc&oldid=153074"