Data.DBXCommon.TDBXJSONStream.Writer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Writer: TJSONWriter read GetJSONWriter;

C++

__property System::Json::Writers::TJsonWriter* Writer = {read=GetJSONWriter};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXJSONStream

Description

Retrieves a TJsonWriter. An exception displays if the stream is not writable.