ITableForeignKeys.Item

Syntax

Item(Index: Integer): ITableForeignKey;

Parameters

Index. Index of external key in collection.

Description

The Item property returns an external key from a collection by its index.

Comments

Indexation of external keys in the collection is continuous and starts with zero. The ITableForeignKeys.Count property returns the number of external keys in collection.

Example

The property use is given in the example for ITableForeignKeys.RemoveByKey.

See also:

ITableForeignKeys