System.JSON.TJSONArrayEnumerator.Create
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 配列列挙子を作成します。