System.JSON.TJSONPairEnumerator

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

System.TObjectTJSONPairEnumerator

Delphi

TJSONPairEnumerator = class

C++

class PASCALIMPLEMENTATION TJSONPairEnumerator : public System::TObject

プロパティ

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


説明

JSON ペアの列挙子です。


TJSONPairEnumerator は、TJSONPair オブジェクトの列挙子を実装するクラスです。TJSONPairEnumerator は、for...in ループで JSON ペアにアクセスできるようにするために TJSONObject が使用するものです。

関連項目