System.JSON.TJSONObject.GetEnumerator

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

Delphi

function GetEnumerator: TEnumerator; inline;

C++

TEnumerator* __fastcall GetEnumerator();

プロパティ

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


説明

ペアの列挙子を返します。

Current により、JSON ペアに for-in ループを使用してアクセスすることができます。このメソッドは、TJSONPairEnumerator を返します。

関連項目