System.JSON.TJSONPairEnumerator

提供:RAD Studio API Documentation

TJSONPairEnumeratorSystem.TObject

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 が使用するものです。

関連項目