Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSObjectListEnumerator<T> > Methods
TRSObjectListEnumerator<T>.MoveNext Method
Moves the enumerator to the next item in the list.
Use MoveNext to move the enumerator to the next item in the List object.
Namespace: RSGenerics.Collections
Delphi
public function MoveNext: Boolean;
Return Value
Type: Boolean
•TRSObjectListEnumerator<T>
•RSGenerics.Collections