System.JSON.TJSONObject.GetValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

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