IValidationUserComponents.Item

Syntax

Item(Index: Integer): IValidationUserComponent;

Parameters

Index. Index of user component in the collection.

Description

The Item property returns the component from the collection by its index.

Comments

This property provides access the specified component from the collection. The value of the Index parameter must be a non-negative number, but less than value of IValidationUserComponents.Count. The index numbering is continuous and starts with zero.

Example

The property use is given in the example for IValidationUserComponent.Transform.

See also:

IValidationUserComponents