Data.DBXCommon.TDBXValue.GetJSONStream

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetJSONStream(AInstanceOwner: Boolean): TDBXJSONStream; overload; virtual;

C++

virtual TDBXJSONStream* __fastcall GetJSONStream(bool AInstanceOwner)/* overload */;

Description

Gets the TStream value for binary data types as a JDBXJSONStream. Throws a TDBXError exception if TDBXValue.IsNull is true.