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

Updates the value of this TDBXJSONValue.

SetJSONValue sets the value of this TDBXJSONValue to Value.

See Also