API:System.JSON.TJSONObject.Get

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Get(const Index: Integer): TJSONPair; overload; deprecated 'Use Pairs property';
function Get(const Name: string): TJSONPair; overload; // deprecated

C++

TJSONPair* __fastcall Get _DEPRECATED_ATTRIBUTE1("Use Pairs property") (const int Index)/* overload */;
TJSONPair* __fastcall Get(const System::UnicodeString Name)/* overload */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!