System.JSON.Types.TJsonPosition.FormatMessage

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
function public
System.JSON.Types.pas
System.JSON.Types.hpp
System.JSON.Types TJsonPosition


説明

LineInfo、Path、Msg を整形するヘルパ。

関連項目