System.JSON.TJSONPair.SetJsonValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetJsonValue(const Val: TJSONValue);

C++

void __fastcall SetJsonValue(TJSONValue* const Val);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONPair

Description

Represents the setter method for the JsonValue property.

SetJsonValue represents the setter method for the JsonValue property.

See Also