Vcl.ComCtrls.TListItemsEnumerator.MoveNext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MoveNext: Boolean;

C++

bool __fastcall MoveNext();

Properties

Type Visibility Source Unit Parent
function public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListItemsEnumerator

Description

Moves the enumerator to the next TListItem in the collection.

Use MoveNext to move the TListItemsEnumerator to the next TListItem in the TListItems being enumerated. If a component was found, a value of True is returned; False, otherwise. MoveNext is normally used in a while block.

See Also