System.JSON.TJSONArrayEnumerator.GetCurrent

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

Delphi

function GetCurrent: TJSONValue; inline;

C++

TJSONValue* __fastcall GetCurrent(void);

プロパティ

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


説明

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

イテレータが現在指しているイテレート対象の JSON 配列JSON 値を返します。

関連項目