System.JSON.TJSONObject.GetPair

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

Delphi

function GetPair(const Index: Integer): TJSONPair; inline;

C++

TJSONPair* __fastcall GetPair(const int Index);

プロパティ

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


説明

現在の JSON オブジェクトのペアのリストにおいて指定された I インデックスを持つ、キー/値ペアを返すか、指定された I インデックスが境界外の場合には、nil を返します。

関連項目