API:System.JSON.TJSONArray.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONArray

Beschreibung

Erstellt eine Instanz von TJSONAncestor.

System.JSON.TJSONArray.Create erbt von System.JSON.TJSONAncestor.Create. Der folgende Inhalt bezieht sich auf System.JSON.TJSONAncestor.Create.

Erstellt eine Instanz von TJSONAncestor.

Siehe auch