SubObjectIterator.MoveNext (METH)ΒΆ

METHOD MoveNext : BOOL

Sets the iterator to the next subobject. This subobject can be retrieved afterwards by property SubObjectIterator.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 subobject, FALSE: MoveNext failed, e.g. if end of list.