Data.DBXCommon.TDBXJSONValue.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: TDBXJSONValue

Delphi

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

C++

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

Description

Updates the value of this TDBXJSONValue.

SetJSONValue sets the value of this TDBXJSONValue to Value.

See Also