IsEmptyWithChildren: Boolean;
IsEmptyWithChildren: Boolean;
The IsEmptyWithChildren method checks whether dependencies on the Element element and on all child elements are available.
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.
The method use is given in the example for the SelectAllWithChildren method.
See also: