System.JSON.TJSONObject.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
constructor public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONObject

説明

TJSONObject クラスのインスタンスを作成します。

TJSONObject クラスのインスタンスを作成するには、Create を呼び出します。

関連項目