System.JSON.TJSONObject.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create; overload;
constructor Create(const Pair: TJSONPair); overload;

C++

__fastcall TJSONObject()/* overload */;
__fastcall TJSONObject(TJSONPair* const Pair)/* overload */;

Propriétés

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

Description

Crée une instance de la classe TJSONObject.

Appelez Create pour créer une instance de la classe TJSONObject.

Voir aussi