IDynamicInstance.UnloadedChildren

Fore Syntax

UnloadedChildren(Parent: Integer): Array;

Fore.NET Syntax

UnloadedChildren[Parent: uinteger]: System.Array;

Parameters

Parent. Index of dictionary element.

Description

The UnloadedChildren property returns an array of unloaded child elements of the specified dictionary element.

Fore and Fore.NET Examples

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

See also:

IDynamicInstance