IVarTargetConstraintsArray.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET Syntax

Remove(Index: integer): boolean;

Parameters

Index. Constraint index.

Description

The Remove method removes constraint with the specified index from the collection.

Comments

Indexing of collection constraints is continuous and starts with zero.

If the variable is successfully removed, the method returns True, otherwise it returns False.

See also:

IVarTargetConstraintsArray