System.Generics.Collections.TDictionary.TPairEnumerator.MoveNext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MoveNext: Boolean;

C++

HIDESBASE bool __fastcall MoveNext();

Properties

Type Visibility Source Unit Parent
function public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TPairEnumerator

Description

Moves to the next pair in the pair collection.

Call MoveNext to move to the next pair in the pair collection.

MoveNext returns True if moving to the next pair in the collection succeeded, or False otherwise.

See Also