System.JSON.TJSONObject.Pairs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Pairs[const Index: Integer]: TJSONPair read GetPair;

C++

__property TJSONPair* Pairs[const int Index] = {read=GetPair};

Properties

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

Description

Key-value pair that is located at the specified Index in the list of pairs of the JSON object, or nil if the specified Index is out of bounds.

See Also