API:Data.DBXCommon.TDBXJSONValue.GetObjectValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetObjectValue: TObject; override;
function GetObjectValue(AInstanceOwner: Boolean): TObject; override;

C++

virtual System::TObject* __fastcall GetObjectValue()/* overload */;
virtual System::TObject* __fastcall GetObjectValue(bool AInstanceOwner)/* overload */;

Properties

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

Description

Returns the object's value from the row buffer.

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

Returns the object's value from the row buffer.