System.JSON.TJSONObject.GetValue
Delphi
function GetValue(const Name: string): TJSONValue; overload;
C++
HIDESBASE TJSONValue* __fastcall GetValue(const System::UnicodeString Name)/* overload */;
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONObject |
Description
Renvoie la partie valeur à partir d'une paire clé-valeur spécifiée par la clé Name dans cet objet JSON, ou nil s'il n'y a aucune clé correspondant à Name.
Voir aussi
- System.JSON.TJSONPair
- System.JSON.TJSONObject.Pairs
- System.JSON.TJSONObject.Values
- System.JSON.TJSONPair.JsonString