IMsDimOpenParamValues.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET Syntax

Remove[Index: integer]: boolean;

Parameters

Index. Index of the value in collection.

Description

The Remove method removes the specified value from collection.

Comments

Indexing of values in collection is continuous and starts with zero. To get the number of values in the collection, use the IMsDimOpenParamValues.Count property.

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

See also:

IMsDimOpenParamValues