System.Generics.Collections.TDictionary.TKeyEnumerator.DoMoveNext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoMoveNext: Boolean; override;

C++

virtual bool __fastcall DoMoveNext();

Properties

Type Visibility Source Unit Parent
function protected
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TKeyEnumerator

Description

Moves to the next key in the key collection.

DoMoveNext is a protected method that moves to the next key in the key collection.

DoMoveNext returns True if moving to the next key in the collection succeeded, or False otherwise.

See Also