IStatMethod.WarningsCount

Syntax

WarningsCount: Integer;

Description

The WarningsCount property returns the number of warnings that occurred on method calculation.

Comments

The array of warnings is returned by the IStatMethod.Warnings property.

Example

The property use is given in the example for IStatMethod.Warnings.

See also:

IStatMethod