System.JSON.TJSONObject.GetPair

De RAD Studio API Documentation
Révision datée du 12 février 2016 à 15:38 par Simona.craciun (discussion | contributions) (1 version : Translated with Trados. LOC-20109)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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


Description

Renvoie la paire clé-valeur qui a l'index I spécifié dans la liste de paires de l'objet JSON en cours, ou nil si l'index I spécifié est hors des limites.

Voir aussi