System.JSON.Readers.TJsonReader.FormatSettings

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

Delphi

property FormatSettings: TFormatSettings read FFormatSettings write FFormatSettings;

C++

__property System::Sysutils::TFormatSettings FormatSettings = {read=FFormatSettings, write=FFormatSettings};

プロパティ

種類 可視性 ソース ユニット
property public
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers TJsonReader


説明

文字列の整形ルーチンによって使用される、ローカル情報を取得または設定します。

FormatSettings を使用すると、デフォルトのグローバル コンテキストを置き換えることができます。

FormatSettings は、リーダーの Create メソッドで JSONFormatSettings として定義されています。JSONFormatSettings は、TFormatSettings を定義済みの標準値に設定します。

関連項目