System.JSON.TJSONArray.TEnumerator.GetCurrent

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

Delphi

function GetCurrent: TJSONValue; inline;

C++

TJSONValue* __fastcall GetCurrent();

プロパティ

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


説明

Current プロパティの取得メソッド。

イテレータが現在指している走査されている JSON 配列内の JSON 値を返します。

関連項目