System.JSON.TJSONPairEnumerator.GetCurrent

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

Delphi

function GetCurrent: TJSONPair; inline;

C++

TJSONPair* __fastcall GetCurrent(void);

プロパティ

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


説明

現在の TJSON ペアを取得します。

GetCurrent を使用すると、 列挙されている TJSONPair オブジェクト内における、現在の TJSON ペアを取得することができます。GetCurrent は、Current プロパティの読み取りメソッドです。

関連項目