OnTerm(Text: String);
Text. Text corresponding to recognized expression element.
The OnTerm method implements an event that occurs on addressing an expression element that refers to some data (or contains data).
The event is generated on updating or addressing some term in the expression. Term text will be available in the Text parameter.
The example of use is given in description of the IExpression.StringHandler property.
See also: