Data.DBXCommon.TDBXWritableValue.SetJSONValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

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 TDBXWritableValue

Description

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

See Also