API:System.JSON.TJSONArray.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create; overload; override;
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 virtual 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

Create crée une instance de TJSONAncestor.

System.JSON.TJSONArray.Create hérite de System.JSON.TJSONAncestor.Create. Tout le contenu en-dessous de cette ligne se réfère à System.JSON.TJSONAncestor.Create.

Create crée une instance de TJSONAncestor.

Voir aussi