System.JSON.TJSONPairEnumerator.GetCurrent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCurrent: TJSONPair; inline;

C++

TJSONPair* __fastcall GetCurrent(void);

Properties

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

Description

Gets the current TJSON pair.

Use GetCurrent to get the current TJSON pair in the TJSONPair object being enumerated. GetCurrent is the reader method for the Current property.

See Also