RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStack.TEnumerator.MoveNext Method

Moves to the next element in the container, with respect to a particular order.

Pascal
function MoveNext: Boolean;
C++
__fastcall Boolean MoveNext();

Use MoveNext to move to the next element in the container, with respect to a particular order. The order is given by the implementation of DoMoveNext. 

 

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