IEaxDataAreaValidations.IndexOf

Syntax

IndexOf(Value: IEaxDataAreaValidation): Integer;

Parameters

Value. Validation rule as object.

Description

The IndexOf method returns an index of the specified validation rule.

Comments

To get validation rule by its key, use the IEaxDataAreaValidations.Item property.

Example

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

See also:

IEaxDataAreaValidations