IMbElementDependentTemplate.ObjectKeysCount

Syntax

ObjectKeysCount: Integer;

Description

The ObjectKeysCount property returns the number of keys of objects of the repository that depend on repository object.

Comments

To get the array of object keys of repository that depends on repository object, use the IMbElementDependentTemplate.ObjectKeys property.

Example

The property use is given in the example for IMbElementDependentsDatabase.Delete.

See also:

IMbElementDependentTemplate