Iterator Object Methods

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

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