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 */;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| constructor | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONObject |
説明
TJSONAncestor のインスタンスを作成します。
System.JSON.TJSONObject.Create は System.JSON.TJSONAncestor.Create を継承しています。以下の内容はすべて System.JSON.TJSONAncestor.Create を参照しています。
TJSONAncestor のインスタンスを作成します。