System.JSON.TJSONPairEnumerator

提供:RAD Studio API Documentation

TJSONPairEnumeratorSystem.JSON.TJSONObject.TEnumeratorSystem.TObject

Delphi

TJSONPairEnumerator = class(TJSONObject.TEnumerator)

C++

class PASCALIMPLEMENTATION TJSONPairEnumerator _DEPRECATED_ATTRIBUTE1("Use TJSONObject.TEnumerator")  : public TJSONObject::TEnumerator

プロパティ

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


説明

JSON ペアの列挙子です。


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

関連項目