IDynamicInstance.ChildrenInstancesCount

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.

Example

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

See also:

IDynamicInstance