IValidationUserComponents.Remove

Fore Syntax

Remove(Index: Integer;): Boolean;

Fore.NET Syntax

Remove(Index: System.Int32): System.Boolean;

Parameters

Index. Index of user component in the collection.

Description

The Remove method removes a user component from the collection by its index.

Comments

The value of the Index parameter must be a non-negative number, but less than value of IValidationUserComponents.Count. The index numbering is continuous and starts with zero.

Remove returns the result of component removal. Available values:

Fore Example

The method use is given in the example for IValidationUserComponents.FindByKey;

See also:

IValidationUserComponents