System.JSON.TJSONArrayEnumerator.Current
Delphi
property Current: TJSONValue read GetCurrent;
C++
__property TJSONValue* Current = {read=GetCurrent};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONArrayEnumerator |
説明
イテレータが現在指している、イテレート対象 JSON 配列の JSON 値。