Skip Method

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

Description

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

Declaration

ObjMethodIteratorObj.Skip(Count)

ObjMethodIteratorObj An expression, variable or parameter that specifies a reference to an ObjMethodIterator 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

ObjMethodIterator.HasNext
ObjMethodIterator.Next
ObjMethodIterator.Reset

Highlight search results