Remove(Index: Integer): Boolean;
Remove(Index: uinteger): Boolean;
Index. Parameter index.
The Remove method removes the specified parameter from collection.
Indexing of parameters in the collection is continuous and starts with zero. To get the number of parameters in the collection, use the IMsDimOpenStubParamValues.Count method.
If the removal is successful, the method returns True, otherwise it returns False.
See also: