IValidationUserComponents.RemoveByKey

Syntax

RemoveByKey(UserComponentKey: Integer): Boolean;

Parameters

UserComponentKey. The key of removed user component.

Description

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

Comments

The method returns component removal result. Available values:

Example

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

See also:

IValidationUserComponents