Skip Method

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

Description

The ObjEventIterator.Skip method lets you skip the number of items specified by the Count parameter when iterating through the collection of ObjEvent objects to which the given iterator provides access.

Declaration

ObjEventIteratorObj.Skip(Count)

ObjEventIteratorObj An expression, variable or parameter that specifies a reference to an ObjEventIterator object
Count [in]    Required    Integer    
Result None

Applies To

The method is applied to the following object:

Parameters

The method has the following parameter:

Count

The number of objects to skip.

Result Value

None.

See Also

ObjEventIterator.HasNext
ObjEventIterator.Next
ObjEventIterator.Reset

Highlight search results