Skip Method

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

Description

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

Declaration

ObjFieldIteratorObj.Skip(Count)

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

HasNext Method
Next Method
Reset Method

Highlight search results