System.JSON.TJSONPair.SetJsonString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetJsonString(const Descendant: TJSONString);

C++

void __fastcall SetJsonString(TJSONString* const Descendant);

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

SetJsonString represents the setter method for the JsonString property.

See Also