Data.DBXCommon.TDBXWritableValue.SetJSONValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXWritableValue

Delphi

procedure SetJSONValue(const Value: TJSONValue; const AInstanceOwner: Boolean); virtual;

C++

virtual void __fastcall SetJSONValue(System::Json::TJSONValue* const Value, const bool AInstanceOwner);

Description

Sets the JSON value of this TDBXWritableValue, and updates the row data.

See Also