API:System.JSON.TJSONObject.Create
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.