Next Method

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

Description

This method is used for iteration through the collection of the ObjEvent objects to which the given iterator provides access. Next moves the ObjEventIterator object to the next ObjEvent object to retrieve. To determine if the next object exists, use the ObjEventIterator.Next method.

Declaration

ObjEventIteratorObj.Next()

ObjEventIteratorObj An expression, variable or parameter that specifies a reference to an ObjEventIterator object
Result An ObjEvent object

Applies To

The method is applied to the following object:

Result Value

The ObjEvent object that provides information about the object’s event.

See Also

ObjEvent Object
HasNext Method
Reset Method
Skip Method

Highlight search results