Data.DBXCommon.TDBXValue.GetJSONValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetJSONValue: TJSONValue; overload; virtual;
function GetJSONValue(AInstanceOwner: Boolean): TJSONValue; overload; virtual;

C++

virtual System::Json::TJSONValue* __fastcall GetJSONValue()/* overload */;
virtual System::Json::TJSONValue* __fastcall GetJSONValue(bool AInstanceOwner)/* overload */;

Properties

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

Description

Returns the JSON value from the row buffer.

See Also