IDynamicInstance.UnloadedLeavesCount

Syntax

UnloadedLeavesCount(Element: Integer): Integer;

Parameters

Element. Index of dictionary element.

Description

The UnloadedLeavesCount property returns number of unloaded child elements of specified dictionary element.

Comments

To get attribute whether there are unloaded child elements of the dictionary specified element, use the IDynamicInstance.HasLeavesAllowedToUnload method.

Example

The property use is given in the example for IDynamicInstance.LoadedChildrenCount.

See also:

IDynamicInstance