IMsExpressionEdit.MaxTermWordCount

Syntax

MaxTermWordCount: Integer;

Description

The MaxTermWordCount property sets maximum number of words in a term.

Comments

The default value is one word.

Term words delimiter is determined by the IMsExpressionEdit.LightDelimiters property.

Example

The property use is given in the example for MsExpressionEdit.OnUpdateFormula.

See also:

IMsExpressionEdit