Enumerator.MoveFirst

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

Resets the enumerator to the first item in the collection.

Declaration

EnumObj.MoveFirst()
EnumObj     An Enumerator object  
Result     None  

Description

Use the MoveFirst method to position the enumerator at the first item in the collection.

See Also

Enumerator.AtEnd
Enumerator.Item
Enumerator.MoveNext

Highlight search results