API:Data.DBXCommon.TDBXJSONValue.SetJSONValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

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

Data.DBXCommon.TDBXJSONValue.SetJSONValue inherits from Data.DBXCommon.TDBXWritableValue.SetJSONValue. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetJSONValue.

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

See Also