IValidationUserComponents.RemoveByKey

Fore Syntax

RemoveByKey(UserComponentKey: Integer): Boolean;

Fore.NET Syntax

RemoveByKey(UserComponentKey: System.UInt32): System.Boolean;

Parameters

UserComponentKey. The key of removed user component.

Description

The RemoveByKey method removes a user component from the collection by its key.

Comments

RemoveByKey returns the result of component removal. Available values:

Fore Example

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

See also:

IValidationUserComponents