System.JSON.TJSONObject.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

__fastcall virtual TJSONObject()/* 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

Erzeugt eine Instanz der Klasse TJSONObject.

Mit Create erstellen Sie eine Instanz der Klasse TJSONObject.

Siehe auch