IValidationCustomMappings.Count

Syntax

Count: Integer;

Description

The Count property returns the number of mappings in the collection.

Comments

To get specified mapping from the collection, use the IValidationCustomMappings.Item property.

Example

The property use is given in the example for IValidationCustomMappings.FillByAttributes.

See also:

IValidationCustomMappings