FMX.Types.TEnumerableFilter.TFilterEnumerator.MoveNext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MoveNext: Boolean;

C++

HIDESBASE bool __fastcall MoveNext();

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFilterEnumerator

Description

Moves to the next element in the container, with respect to a particular order.

FMX.Types.TEnumerableFilter.TFilterEnumerator.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