System.JSON.TJSONArray.TEnumerator.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 TEnumerator


説明

走査している JSON 配列に、イテレータが現在指している JSON 値

関連項目