System.JSON.TJSONString.FStrBuffer

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

Delphi

FStrBuffer: TStringBuilder;

C++

System::Sysutils::TStringBuilder* FStrBuffer;

プロパティ

種類 可視性 ソース ユニット
field protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONString

説明

JSON 文字列を含むバッファを表します。

FStrBuffer は保護されたフィールドで、実際に JSON 文字列を含むバッファを表します。

関連項目