IMsCalculationChainIterator.MaxIterations

Fore Syntax

MaxIterations: Integer;

Fore.NET Syntax

MaxIterations: integer;

Description

The MaxIterations property determines the maximum number of cycle iterations.

Comments

By default MaxIterations = 500.

If MaxIterations = -1, the cycle is executed until the condition, set in the IMsCalculationChainIterator.Expression property is not satisfied.

Fore and Fore.NET Examples

The property use is given in the example for IMsCalculationChainIterator.Expression.

See also:

IMsCalculationChainIterator