System.JSON.TJSONObject.GetPair

From RAD Studio API Documentation
Revision as of 18:19, 25 February 2016 by L10nBot (talk | contribs) (restored)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function GetPair(const I: Integer): TJSONPair; overload;

C++

TJSONPair* __fastcall GetPair(const int I)/* overload */;

Properties

Type Visibility Source Unit Parent
function protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONObject

Description

Returns the key-value pair that has the specified I index in the list of pairs of the current JSON object, or nil if the specified I index is out of bounds.

See Also