Data.DBXMemoryRow.TDBXMemoryRow.GetJSONValue
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.DBXMemoryRow.pas Data.DBXMemoryRow.hpp
| |
| Unit: Data.DBXMemoryRow | |
| Parent: TDBXMemoryRow | |
Delphi
procedure GetJSONValue(DbxValue: TDBXJSONValue; var Value: TJSONValue; var IsNull: LongBool); override;
C++
virtual void __fastcall GetJSONValue(Data::Dbxcommon::TDBXJSONValue* DbxValue, System::Json::TJSONValue* &Value, System::LongBool &IsNull);
Description
Gets the JSON value for the TJSONValue data types.
GetJSONValue gets the JSON value for TDBXMemoryRow instances of a data type stored as TJSONValue.