System.Generics.Collections.TDictionary.TKeyEnumerator.DoMoveNext
Delphi
function DoMoveNext: Boolean; override;
C++
virtual bool __fastcall DoMoveNext(void);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | System.Generics.Collections.pas System.Generics.Collections.hpp | System.Generics.Collections | TKeyEnumerator | 
Description
Moves to the next key in the key collection.
DoMoveNext is a protected method that moves to the next key in the key collection.
DoMoveNext returns True if moving to the next key in the collection succeeded, or False otherwise.