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

Moves to the next value in the value collection.

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

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

DoMoveNext returns True if moving to the next value 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!