System.WideStrings.TWideStringsEnumerator.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.WideStrings.pas
System.WideStrings.hpp
System.WideStrings TWideStringsEnumerator

Description

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

Use MoveNext to move the TWideStringsEnumerator to the next string in the TWideStrings object being enumerated.