System.Generics.Collections.TEnumerator.MoveNext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MoveNext: Boolean; inline;

C++

bool __fastcall MoveNext();

Properties

Type Visibility Source Unit Parent
function public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TEnumerator

Description

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