System.JSON.Types.TJsonPosition.FormatMessage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function FormatMessage(const LineInfo: TJsonLineInfo; const Path, Msg: string): string; static;

C++

static System::UnicodeString __fastcall FormatMessage(TJsonLineInfo* const LineInfo, const System::UnicodeString Path, const System::UnicodeString Msg);

Properties

Type Visibility Source Unit Parent
function public
System.JSON.Types.pas
System.JSON.Types.hpp
System.JSON.Types TJsonPosition

Description

Helper to format the LineInfo, Path, and Msg.

See Also