System.Generics.Collections.TDictionary.TValueEnumerator.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
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TValueEnumerator

Description

Moves to the next value in the value collection.

Call MoveNext to move to the next value in the value collection.

MoveNext returns True if moving to the next value in the collection succeeded, or False otherwise.

See Also