IMsIteratorDimOpenParams.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET Syntax

Remove(Index: integer): boolean;

Parameters

Index. Parameter index in collection.

Description

The Remove method removes parameter with specified index from collection.

Comments

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

See also:

IMsIteratorDimOpenParams