IValidationSelectionFilter.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Filter element index.

Description

The Remove method removes the specified element from filter.

Comments

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:

IValidationSelectionFilter