Data.DBXCommon.TDBXJSONStream.GetJSONWriter

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXJSONStream

Delphi

function GetJSONWriter: TJSONWriter;

C++

System::Json::Writers::TJsonWriter* __fastcall GetJSONWriter();

Description

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