API:System.JSON.TJSONObject.Get
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 */;
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONObject |
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !