IRdsDictionaryElementDependents.IsEmpty

Syntax

IsEmpty: Boolean;

Description

The IsEmpty method checks whether dependencies on the Element element exist.

Comments

This method returns True if the current collection of dependencies received for the element is empty. It can be applied for quick check of availability of dependencies when some operations are executed on the collection.

Example

The method use is given in the example for Save.

See also:

IRdsDictionaryElementDependents