System.JSON.TJSONPair.SetJsonValue

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetJsonValue(const Val: TJSONValue);

C++

void __fastcall SetJsonValue(TJSONValue* const Val);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONPair

Beschreibung

Repräsentiert die Setter-Methode für die Eigenschaft JsonValue.

GetJsonValue repräsentiert die Setter-Methode für die Eigenschaft JsonValue.

Siehe auch