IMsVariableTestDataList.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of the variable to be removed.

Description

The Remove method removes the specified variable from the collection.

Comments

Indexing of variables is continuous and starts with zero. To get the number of variables in the collection, use the IMsVariableTestDataList.Count property.

The method returns True if the removal is successful. Otherwise the method returns False.

See also:

IMsVariableTestDataList