Data.DBXCommon.TDBXJSONStream.GetJSONReader

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 GetJSONReader: TJSONReader;

C++

System::Json::Readers::TJsonReader* __fastcall GetJSONReader();

Description

Retrieves a TJSONReader. An exception displays if the stream is not readable.