System.Classes.TStringsEnumerator.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 TStringsEnumerator

Description

Moves the enumerator to the next string in the TStrings collection.

Use MoveNext to move the TStringsEnumerator to the next string in the TStrings object being enumerated.