System.JSON.TJSONArray.TEnumerator.GetCurrent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCurrent: TJSONValue; inline;

C++

TJSONValue* __fastcall GetCurrent();

Properties

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

Description

The getter method for the Current property.

Returns the JSON value of the iterated JSON array that the iterator is currently pointing.

See Also