Remove(Index: Integer): Boolean;
Index. Index of the variable to be removed.
The Remove method removes the specified variable from the collection.
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: