IMsExpressionEdit.Expression

Fore Syntax

Expression: IExpression;

Fore.NET Syntax

Expression: Prognoz.Platform.Interop.ForeSystem.IExpression;

Description

The Expression property determines expression edited in the MsExpressionEditcomponent.

Comments

To check whether the expression is correct, use IExpression.Valid.

Example

Example of use is given in description of the IMsExpressionEdit.AddAttribute method.

See also:

IMsExpressionEdit