Remove(Index: Integer;): Boolean;
Remove(Index: System.Int32): System.Boolean;
Index. Index of user component in the collection.
The Remove method removes a user component from the collection by its index.
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:
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: