System.JSON.TJSONObject.Pairs
Delphi
property Pairs[const Index: Integer]: TJSONPair read GetPair;
C++
__property TJSONPair* Pairs[const int Index] = {read=GetPair};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONObject |
Description
Paire clé-valeur localisée à l'index Index
spécifié dans la liste de paires de l'objet JSON, ou nil
si l'index Index
spécifié est hors des limites.