IValidationCustomMappings.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET Syntax

Remove(Index: integer): boolean;

Parameters

Index. Mapping index in the collection.

Description

The Remove method removes the specified mapping from the collection.

Comments

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:

IValidationCustomMappings