System.JSON.Types.TJsonPosition.FormatMessage

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.JSON.Types.pas
System.JSON.Types.hpp
System.JSON.Types TJsonPosition


Beschreibung

Hilfsklasse zum Formatieren von LineInfo, Path, und Msg.

Siehe auch