IEaxDataAreaValidations.Count

Fore Syntax

Count: Integer;

Fore.NET Syntax

Count: integer;

Description

The Count property returns the number of validation rules.

Comments

To get validation rule by index, use IEaxDataAreaValidations.Item.

Fore and Fore.NET Examples

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

See also:

IEaxDataAreaValidations