RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDictionary.TPairEnumerator.DoMoveNext Method

Moves to the next pair in the pair collection.

Pascal
function DoMoveNext: Boolean; override;
C++
virtual __fastcall Boolean DoMoveNext();

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

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!