Data.DBXCommon.TDBXJSONValue.GetObjectValue
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXJSONValue |
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 */;
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.