Data.DBXCommon.TDBXJSONStream.GetJSONWriter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetJSONWriter: TJSONWriter;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXJSONStream

Description

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