Iterator Object Methods

Applies to TestComplete 12.60, last modified on September 17, 2018

The Iterator object contains the following methods:

Method List

Name Description
IsEOF Specifies whether the iterator is at the end of the array the Table variable provides access to.
Next Forwards the iterator to the next data row of the array the Table variable provides access to.
Reset Resets the iterator and positions it to the first data row.

See Also

Iterator Object

Highlight search results