ILindoSettings.GetStrLindoInfo

Syntax

GetStrLindoInfo(Type: LindoStrInfoType; Var ErrorCode: Integer): String;

Parameters

Type. Type of string information.

ErrorCode. Error code.

Description

The GetStrLindoInfo method returns the specified information about calculation method.

Comments

To get real and integer information, use the ILindoSettings.GetDouLindoInfo and ILindoSettings.GetIntLindoInfo methods.

See full details about returned string information in LINDO documentation.

Example

The method use is given in the example for ISmNonLinearOptimization.LindoSettings.

See also:

ILindoSettings