IDynamicInstance.ChildrenInstancesCount

Fore Syntax

ChildrenInstancesCount: Integer;

Fore.NET Syntax

ChildrenInstancesCount: integer;

Description

The ChildrenInstancesCount property returns the number of child dictionaries.

Comments

Child dictionary is a dictionary copied using the IDynamicInstance.Clone method.

Fore and Fore.NET Examples

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

See also:

IDynamicInstance