API:System.Generics.Collections.TDictionary.TKeyEnumerator.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 | TKeyEnumerator |
Description
Moves to the next element in the container, with respect to a particular order. {{#multireplace:System.Generics.Collections.TDictionary.TKeyEnumerator.MoveNext|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Generics.Collections.TEnumerator.MoveNext|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Generics.Collections.TEnumerator.MoveNext|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Moves to the next element in the container, with respect to a particular order.
Use MoveNext to move to the next element in the container, with respect to a particular order. The order is given by the implementation of DoMoveNext.