ObjectKeysCount: Integer;
ObjectKeysCount: integer;
The ObjectKeysCount property returns the number of keys of objects of the repository that depend on repository object.
To get the array of object keys of repository that depends on repository object, use the IMbElementDependentTemplate.ObjectKeys property.
The property use is given in the example for IMbElementDependentsDatabase.Delete.
See also: