System.SysUtils.Exception.GetStackInfoStringProc

From RAD Studio API Documentation
Jump to: navigation, search

API:System.SysUtils.Exception.GetStackInfoStringProc

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