IExpressionStringHandler.OnTerm

Syntax

OnTerm(Text: String);

Parameters

Text. Text corresponding to recognized expression element.

Description

The OnTerm method implements an event that occurs on addressing an expression element that refers to some data (or contains data).

Comments

The event is generated on updating or addressing some term in the expression. Term text will be available in the Text parameter.

Example

The example of use is given in description of the IExpression.StringHandler property.

See also:

IExpressionStringHandler