WarningsNumbers: Array;
The WarningsNumbers property returns numbers of warnings that occurred on method calculation.
Warning numbers are returned as an array of integers. Use the IStatMethod.WarningByStatus property to get warning text by the warning number.
The property use is given in the example for IStatMethod.WarningByStatus.
See also: