Data.DBXCommon.TDBXValue.GetJSONStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValue

Description

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