Data.DBXCommon.TDBXJSONStream.GetJSONWriter

From RAD Studio API Documentation
Revision as of 16:38, 8 July 2019 by Daniela.villalobos (talk | contribs) (RS-91713)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.