System.JSON.TJSONPairEnumerator.MoveNext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MoveNext: Boolean;

C++

bool __fastcall MoveNext(void);

Properties

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

Description

Moves to the next TJSON pair in the enumerator.

Use MoveNext to move to the TJSON pair in the TJSONPair object being enumerated.

See Also