IDynamicInstance.HasLeavesAllowedToUnload

Fore Syntax

HasLeavesAllowedToUnload(Element: Integer): Boolean;

Fore.NET Syntax

HasLeavesAllowedToUnload(Element: uinteger): boolean;

Parameters

Element. Index of dictionary element.

Description

The HasLeavesAllowedToUnload method returns attribute whether there are unloaded child elements of specified dictionary element.

Comments

Available values:

Fore and Fore.NET Examples

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

See also:

IDynamicInstance