ObjectIterator.MoveNext (METH)ΒΆ

METHOD MoveNext : BOOL

Sets the iterator to the next object. This object can be retrieved afterwards by property |ObjectIterator.Current|. Method returns ``TRUE` if iterator was successfully moved. Method returns FALSE e.g. if end of list.

InOut:

Scope

Name

Type

Comment

Return

MoveNext

BOOL

TRUE: Current points to the next object, FALSE: MoveNext failed, e.g. if end of list.