IRdsDictionaryElementDependents.IsEmptyWithChildren

Fore Syntax

IsEmptyWithChildren: Boolean;

Fore.NET 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 the SelectAllWithChildren method.

See also:

IRdsDictionaryElementDependents