API:System.JSON.TJSONObject.Create

Aus RAD Studio API Documentation
Version vom 25. Februar 2016, 20:24 Uhr von BuildBot (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „<section begin="api" /> <!--Start API Info--><ul id='childlinks'><li class='first'>'''Übergeordnet: TJSONObject'''</li> </ul> <vcl…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

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

Beschreibung

Erstellt eine Instanz von TJSONAncestor.

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

Erstellt eine Instanz von TJSONAncestor.

Siehe auch