IValidationSelectionFilter.FindByKey

Syntax

FindByKey(SelectionKey: Integer): IValidationSelectionValues;

Parameters

SelectionKey. Selection key.

Description

The FindByKey method searches for filter element by selection key.

Comments

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

If filter element is not found, the method returns Null.

See also:

IValidationSelectionFilter