IValidationCustomMapping.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET Syntax

Remove(Index: integer): boolean;

Parameters

Index. Binding index.

Description

The Remove method removes specified binding.

Comments

If the removal is successful, the method returns True, otherwise it returns False.

See also:

IValidationCustomMapping