System.JSON.Writers.TJsonTextWriter.Writer

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

Delphi

property Writer: TTextWriter read FWriter;

C++

__property System::Classes::TTextWriter* Writer = {read=FWriter};

プロパティ

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


説明

背後にあるライタを取得します。

関連項目