System.JSON.TJSONArrayEnumerator.Create

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

Delphi

constructor Create(const AArray: TJSONArray);

C++

__fastcall TJSONArrayEnumerator(TJSONArray* const AArray);

プロパティ

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


説明

指定された JSON 配列項目群を走査する際に使用できる、JSON 配列列挙子作成します。

関連項目