ObjFieldIterator Object Methods

Applies to TestComplete 15.63, last modified on April 23, 2024

The ObjFieldIterator object contains the following methods:

Method List

Name Description
HasNext Returns True if there is an object that the iterator can move to.
Next Returns the next object in the collection of ObjField objects.
Reset Sets the iterator’s pointer to the first object in the collection.
Skip Skips the specified number of objects when iterating through the collection.

See Also

ObjFieldIterator Object

Highlight search results