nErrorCode: Integer;
The nErrorCode property returns code of the LINDO error occurred on calculation.
To get text of the error corresponding to code, use the ILindoSettings.MessageString property.
To get LINDO warnings occurred on calculation, use the ILindoSettings.Warnings property.
The property use is given in the example for ISmNonLinearOptimization.LindoSettings.
See also: