System.JSON.TJSONArrayEnumerator.Current

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

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 値

関連項目