IMsExpressionEdit.FormulaTransform

Syntax

FormulaTransform: IMsFormulaTransform;

Description

The FormulaTransform property determines parameters of the model, to which the MsExpressionEdit component is set up.

Comments

Model parameters can be obtained in the IMsModel.Transform property.

The property is set to Null by default, while the editor is not connected with any model.

Example

The property use is given in the example for IMsExpressionEdit.Expression.

See also:

IMsExpressionEdit