ITsModelParams.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of the parameter to be removed.

Description

The Remove method removes the specified parameter from the collection.

Comments

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:

ITsModelParams