Data.DBXCommon.TDBXJSONStream.Writer
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXJSONStream |
Delphi
property Writer: TJSONWriter read GetJSONWriter;
C++
__property System::Json::Writers::TJsonWriter* Writer = {read=GetJSONWriter};
Description
Retrieves a TJsonWriter. An exception displays if the stream is not writable.