System.JSON.TJSONArray.GetValue

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetValue(const Index: Integer): TJSONValue; overload; inline;

C++

HIDESBASE TJSONValue* __fastcall GetValue(const int Index)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONArray


Beschreibung

Gibt einen JSON-Wert mit dem angegebenen Index in diesem JSON-Array zurück.

Siehe auch