API: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

Embarcadero Technologies does not currently have any additional information.