System.JSON.TJSONObject.GetPair

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

TJSONPair* __fastcall GetPair(const int Index);

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