System.JSON.TJSONString.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create; overload;
constructor Create(const Value: string); overload;

C++

__fastcall TJSONString()/* overload */;
__fastcall TJSONString(const System::UnicodeString Value)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONString

Description

Constructeur de la classe TJSONString.

La version implicite du constructeur Create crée une chaîne null JSON. Aucune modification supplémentaire à cette chaîne n'est supportée.

L'autre version du constructeur Create crée la chaîne JSON donnée par l'argument Value. Cet argument ne peut pas être null.

Voir aussi