IDynamicInstance.UnloadedLeavesCount

Fore Syntax

UnloadedLeavesCount(Element: Integer): Integer;

Fore.NET Syntax

UnloadedLeavesCount[Element: uinteger]: 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.

Fore and Fore.NET Examples

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

See also:

IDynamicInstance