表示: Delphi C++
表示設定

Data.DBXJSON.TJSONArray.Create

提供:XE2 API Documentation
移動: 案内, 検索

Delphi

constructor Create; overload;
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 TJSONArray(void)/* overload */;
__fastcall TJSONArray(const TJSONValue* FirstElem)/* overload */;
__fastcall TJSONArray(const TJSONValue* FirstElem, const TJSONValue* SecondElem)/* overload */;
__fastcall TJSONArray(const System::UnicodeString FirstElem, const System::UnicodeString SecondElem)/* overload */;

プロパティ

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

説明

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

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

関連項目

以前のバージョン
他の言語