Remove(Index: Integer): Boolean;
Remove(Index: integer): boolean;
Index. Filter element index.
The Remove method removes the specified element from filter.
Element indexing in filter is continuous and starts with zero. To get the number of filter elements, use the IValidationSelectionFilter.Count property.
If the removal is successful, the method returns True, otherwise it returns False.
See also: