Iterator Property

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

Description

The Iterator property returns the Iterator object which lets you work with rows of the array stored in the Table variable. Use the Next method of the Iterator object to iterate through the array’s rows.

Declaration

TableVariableObj.Iterator

Read-Only Property Object
TableVariableObj An expression, variable or parameter that specifies a reference to a TableVariable object

Applies To

The property is applied to the following object:

Property Value

The Iterator object that provides a scripting interface to rows of the array stored in the Table variable.

See Also

RowCount Property
ColumnCount Property
Item Property
Variables of the Table Type

Highlight search results