IDynamicInstance.LoadedChildren

Fore Syntax

LoadedChildren(Parent: Integer): Array;

Fore.NET Syntax

LoadedChildren[Parent: uinteger]: System.Array;

Parameters

Parent. Index of dictionary element.

Description

The LoadedChildren property returns an array of loaded 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