IDynamicInstance.OwnerOfLoadedNode

Fore Syntax

OwnerOfLoadedNode(Element: Integer): Integer;

Fore.NET Syntax

OwnerOfLoadedNode[Element: uinteger]: uinteger;

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.

Fore and Fore.NET Examples

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

See also:

IDynamicInstance