RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCollectionEnumerator.MoveNext Method

Moves the enumerator to the next TCollectionItem in the collection.

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

Use MoveNext to move the TCollectionEnumerator to the next TCollectionItem in the TCollection object. 

 

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