RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueue.TEnumerator.DoMoveNext Method

Moves to the next element in the container, with respect to an user-defined order.

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

Implement DoMoveNext to specify the particular order in which the container is enumerated.  

DoMoveNext should return True if moving to the next element in the container succeeded, or False otherwise. 

 

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