System.Classes.TListEnumerator.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.Classes.pas
System.Classes.hpp
System.Classes TListEnumerator

Description

Moves the enumerator to the next TList item in the collection.

Use MoveNext to move the TListEnumerator to the next object in the TList.