IEaxDataAreaValidations.FindByKey

Syntax

FindByKey(Value: Integer): IEaxDataAreaValidation;

Parameters

Value. Validation rule key.

Description

The FindByKey method finds a validation rule by its key.

Comments

If validation rule is not found, the method returns Null.

Example

The method use is given in the example for IEaxDataAreaValidationChain.Move.

See also:

IEaxDataAreaValidations