IExpressionStringHandler.OnText

Syntax

OnText(Text: String);

Parameters

Text. Text corresponding to recognized expression element.

Description

The OnText method implements an event that occurs on addressing an element corresponding to character part of the expression.

Comments

A character part is not bound to data and is used to form an expression. It may contain various brackets, operation signs, and so on.

The event is generated on addressing to any text in the expression. The 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