Show contents 

Ms > Ms Assembly Interfaces > IMsExpressionEdit > IMsExpressionEdit.FormulaTermList

IMsExpressionEdit.FormulaTermList

Syntax

FormulaTermList: IMsFormulaTermList;

Description

The FormulaTermList property determines the collection of terms available in the MsExpressionEdit component.

Comments

By default the Null value is set for the property, wherein in the editor no terms are available. If the IMsExpressionEdit.FormulaTransform property is set, the terms of the corresponding model can be determined in this property.

Example

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

See also:

IMsExpressionEdit