IValidationCrossDatabaseMappings.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Collection element index.

Description

The Remove method removes an element from the collection by its index.

Comments

If after executing the method returns True, the removal was successful. Indexing of collection elements is continuous and starts with zero. The number of elements in the collection is returned by the IValidationCrossDatabaseMappings.Count property.

See also:

IValidationCrossDatabaseMappings