System.JSON.TJSONPair.SetJsonString

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetJsonString(const Descendant: TJSONString);

C++

void __fastcall SetJsonString(TJSONString* const Descendant);

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 JsonString.

GetJsonString repräsentiert die Setter-Methode für die Eigenschaft JsonString.

Siehe auch