Data.DBXJSON.TJSONArray.Get

From RAD Studio API Documentation
Revision as of 16:13, 16 October 2011 by TestAccount (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function Get(const Index: Integer): TJSONValue;

C++

TJSONValue* __fastcall Get(const int Index);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXJSON.pas
Data.DBXJSON.hpp
Data.DBXJSON TJSONArray

Description

Returns the element at the given index in the JSON array.

Call Get to obtain the element at the index given through the Index parameter, in the JSON array.

If the given index is out of range, Get returns a null value.

See Also

Personal tools
Translations