API:System.JSON.TJSONArray.Create

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

Delphi

constructor Create; overload; override;
constructor Create(const FirstElem: TJSONValue); overload;
constructor Create(const FirstElem: TJSONValue; const SecondElem: TJSONValue); overload;
constructor Create(const FirstElem: string; const SecondElem: string); overload;

C++

__fastcall virtual TJSONArray()/* overload */;
__fastcall TJSONArray(TJSONValue* const FirstElem)/* overload */;
__fastcall TJSONArray(TJSONValue* const FirstElem, TJSONValue* const SecondElem)/* overload */;
__fastcall TJSONArray(const System::UnicodeString FirstElem, const System::UnicodeString SecondElem)/* overload */;

プロパティ

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

説明

TJSONAncestor のインスタンスを作成します。

System.JSON.TJSONArray.Create は System.JSON.TJSONAncestor.Create を継承しています。以下の内容はすべて System.JSON.TJSONAncestor.Create を参照しています。


TJSONAncestor のインスタンスを作成します。

関連項目