System.SysUtils.Exception.GetStackInfoStringProc

From RAD Studio API Documentation
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