System.JSON.TJSONArray.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONArray

Description

Returns a JSON value having the specified Index in this JSON array.

See Also