System.JSON.TJSONObject.GetPairByName
Delphi
function GetPairByName(const PairName: string): TJSONPair;
C++
TJSONPair* __fastcall GetPairByName(const System::UnicodeString PairName);
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, à partir de l'objet JSON en cours, qui a une partie clé correspondant à la chaîne PairName spécifiée, ou nil s'il n'y a aucune clé correspondant à PairName.