System.Generics.Collections.TDictionary.TKeyEnumerator.MoveNext
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 | TKeyEnumerator |
Description
Moves to the next key in the key collection.
Call MoveNext to move to the next key in the key collection.
MoveNext returns True if moving to the next key in the collection succeeded, or False otherwise.