ITargetConstraints.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of removed constraint.

Description

The Remove method removes the 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:

ITargetConstraints