System.JSON.TJSONPairEnumerator.Create

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

C++

/* TEnumerator.Create */ inline __fastcall TJSONPairEnumerator(TJSONObject* const AObject) : TJSONObject::TEnumerator(AObject) { }

プロパティ

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


説明

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

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

関連項目