System.JSON.Writers.TJsonTextWriter.Create

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

Delphi

constructor Create(const TextWriter: TTextWriter);

C++

__fastcall TJsonTextWriter(System::Classes::TTextWriter* const TextWriter);

プロパティ

種類 可視性 ソース ユニット
constructor public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonTextWriter


説明

TJsonTextWriter のインスタンスを作成します。

パラメータ:

  • TTextWriter: JSON データを書き込む先の TTextWriter オブジェクトです。

関連項目