Remove(Index: Integer): Boolean;
Remove(Index: integer): boolean;
Index. Mapping index in the collection.
The Remove method removes the specified mapping from the collection.
If the removal is successful, the method returns True, otherwise it returns False.
Mapping index in the collection is continuous and starts with zero. To get the number of mappings in the collection, use the IValidationCustomMappings.Count property.
See also: