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