API:Data.DBXCommon.TDBXJSONValue.GetJSONValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetJSONValue: TJSONValue; override;
function GetJSONValue(AInstanceOwner: Boolean): TJSONValue; override;

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 TDBXJSONValue

Description

Returns the JSON value from the row buffer.

Data.DBXCommon.TDBXJSONValue.GetJSONValue inherits from Data.DBXCommon.TDBXValue.GetJSONValue. All content below this line refers to Data.DBXCommon.TDBXValue.GetJSONValue.

Returns the JSON value from the row buffer.

See Also