System.JSON.TJSONObject.Values
Delphi
property Values[const Name: string]: TJSONValue read GetValue;
C++
__property TJSONValue* Values[const System::UnicodeString Name] = {read=GetValue};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONObject |
Description
The value part of a JSON pair, from this JSON object, that has the key part matching the specified Name string, or nil if there is no key matching Name.