IDimTreeIterator.HasNext

Fore Syntax

HasNext: Integer;

Fore.NET Syntax

HasNext(): integer;

Description

The Next method moves to the next iterator element.

Comments

The method also returns dictionary element level at which iterator cursor is placed.

Fore and Fore.NET Examples

The method use is given in the example for IDimInstance.NewElementsOrderSetup.

See also:

IDimTreeIterator