RemoveByKey(UserComponentKey: Integer): Boolean;
UserComponentKey. The key of removed user component.
The RemoveByKey method removes a user component from the collection by its key.
The method returns component removal result. Available values:
True. Successfully removed. The value of the IValidationUserComponents.Count property is decreased by one.
False. Component is not removed.
The method use is given in the example for IValidationUserComponents.FindByKey.
See also: