Count: Integer;
Count: integer;
The Count property returns the number of external keys in collection.
Use the ITableForeignKeys.Item property to get the key from the collection.
The property use is given in the example for ITableForeignKeys.RemoveByKey.
See also: