Remove(Index: Integer): Boolean;
Index. Index of removed value.
The Remove method removes the specified value from the collection.
If the removal is successful, the method returns True, otherwise it returns False.
Indexing of collection elements is continuous and starts with zero. To get the number of collection elements, use the IMsTargetConstraintInfoArray.Count property.
See also: