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
MoveNextBOOLTRUE: Current points to the next subobject,FALSE:MoveNextfailed, e.g. if end of list.