IDynamicInstance.OwnerOfLoadedNode

Syntax

OwnerOfLoadedNode(Element: Integer): Integer;

Parameters

Element. Index of dictionary element.

Description

The OwnerOfLoadedNode property returns index of the element which is a parent towards specified loaded element.

Comments

The property returns -1, of specified element is a root one.

Example

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

See also:

IDynamicInstance