System.JSON.TJSONPairEnumerator.Current

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

Delphi

property Current: TJSONPair read GetCurrent;

C++

__property TJSONPair* Current = {read=GetCurrent};

プロパティ

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


説明

現在の TJSON ペア。

Current は、列挙されている TJSONPair オブジェクト内における、現在の TJSON ペアを表します。

関連項目