Data.DBXCommon.TDBXJSONStream.Reader
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXJSONStream |
Delphi
property Reader: TJSONReader read GetJSONReader;
C++
__property System::Json::Readers::TJsonReader* Reader = {read=GetJSONReader};
Description
Retrieves a TJSONReader. An exception displays if the stream is not readable.