System.JSON.TJSONObject.Values

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Values[const Name: string]: TJSONValue read GetValue;

C++

__property TJSONValue* Values[const System::UnicodeString Name] = {read=GetValue};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONObject


Description

La partie valeur d'une paire JSON, de cet objet JSON, qui a la partie clé correspondant à la chaîne Name spécifiée, ou nil s'il n'y a aucune clé correspondant à Name.

Voir aussi