System.JSON.TJSONObject.Create
Delphi
constructor Create; overload; override;
constructor Create(const Pair: TJSONPair); overload;
C++
__fastcall virtual 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.