Data.DBXCommon.TDBXJSONValue.GetJSONValue
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXJSONValue | |
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 */;
Description
Returns the JSON value from the row buffer.