System.JSON.TJSONObject.Values

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also