Remove Method

Supported in UFT versions 14.53 and later.

Description
Removes the specified ParameterDefinition object from the collection.
Syntax
Visual Basic
Public Sub Remove( _
   ByVal PositionOrName As Variant _
) 
Parameters
PositionOrName
The name or position of the ParameterDefinition item you want to remove from the collection.  Position values begin with 1.  To specify the last position in the list, enter -1.
Example
See Also