IDynamicInstance.ChildInstance

Syntax

ChildInstance(idx: Integer): IDynamicInstance;

Parameters

idx. Index of child dictionary.

Description

The ChildInstance property returns child dictionary by its index.

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