ExpressionService.GetTerms

Syntax

GetTerms: function(sender, args);

Parameters

sender. Event source.

args. Information on the event. Arguments: Terms - array of added terms; IsValid - indicates if terms are correct; if the argument value is True, terms are checked; ErrMsg - term error message; ErrPos - position in term where error is found.

Description

The GetTerms event occurs after successful getting of terms added to formula.

Example

The example of use is given in description of the ExpressionService.setExpression method.

See also:

ExpressionService