System.JSON.TJSONArray.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create; overload;
constructor Create(const FirstElem: TJSONValue); overload;
constructor Create(const FirstElem: TJSONValue; const SecondElem: TJSONValue); overload;
constructor Create(const FirstElem: string; const SecondElem: string); overload;

C++

__fastcall TJSONArray()/* overload */;
__fastcall TJSONArray(TJSONValue* const FirstElem)/* overload */;
__fastcall TJSONArray(TJSONValue* const FirstElem, TJSONValue* const SecondElem)/* overload */;
__fastcall TJSONArray(const System::UnicodeString FirstElem, const System::UnicodeString SecondElem)/* overload */;

Propriétés

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

Description

Crée une instance de la classe TJSONArray.

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

Voir aussi