API: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(void)/* 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 TJSONAncestor.

System.JSON.TJSONObject.Create inherits from System.JSON.TJSONAncestor.Create. All content below this line refers to System.JSON.TJSONAncestor.Create.

Creates an instance of TJSONAncestor.

See Also