Open main menu

RAD Studio API Documentation β

API: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 element in the container, with respect to a particular order.

System.Generics.Collections.TDictionary.TKeyEnumerator.MoveNext inherits from System.Generics.Collections.TEnumerator.MoveNext. All content below this line refers to System.Generics.Collections.TEnumerator.MoveNext.

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.

See Also