IMsDimOpenStubParamValues.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET Syntax

Remove(Index: uinteger): Boolean;

Parameters

Index. Parameter index.

Description

The Remove method removes the specified parameter from 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 IMsDimOpenStubParamValues.Count method.

If the removal is successful, the method returns True, otherwise it returns False.

See also:

IMsDimOpenStubParamValues