IRdsDictionaryElementDependents.IsEmptyWithChildren

Syntax

IsEmptyWithChildren: Boolean;

Description

The IsEmptyWithChildren method checks whether dependencies on the Element element and on all child elements are available.

Comments

This method returns True if there are no dependencies on the current element and on all child elements. 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 SelectAllWithChildren.

See also:

IRdsDictionaryElementDependents