System.Generics.Collections.TDictionary.TPairEnumerator.MoveNext
Delphi
function MoveNext: Boolean;
C++
HIDESBASE bool __fastcall MoveNext(void);
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.