System.JSON.TJSONObject.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONObject

Description

Creates an instance of the TJSONObject class.

Call Create to create an instance of the TJSONObject class.

See Also