System.JSON.TJSONPairEnumerator.Create

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

Delphi

constructor Create(const AList: TList<TJSONPair>);

C++

__fastcall TJSONPairEnumerator(System::Generics::Collections::TList__1<TJSONPair*>* const AList);

プロパティ

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


説明

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

Create は、TJSONPairEnumerator クラスのインスタンスを作成します。

関連項目