IValidationSelectionFilter.RemoveByKey

Syntax

RemoveByKey(SelectionKey: Integer): Boolean;

Parameters

SelectionKey. Selection key.

Description

The RemoveByKey method removes an element corresponding to the selection with specified key from filter.

Comments

The selection key matches the dictionary key, which is used as a base for selection.

If the removal is successful, the method returns True, otherwise it returns False.

See also:

IValidationSelectionFilter