IDynamicInstance.OwnerOfUnloadedLeaf

Syntax

OwnerOfUnloadedLeaf(Element: Integer): Integer;

Parameters

Element. Index of dictionary element.

Description

The OwnerOfUnloadedLeaf property returns index of the element which is a parent towards specified unloaded element.

Comments

If specified element is loaded, the property returns index of specified element.

Example

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

See also:

IDynamicInstance