TermEdit.OnParseTerm

Syntax

Sub OnParseTerm(Sender: ITermEdit; Args: IParseTermEventArgs);

Begin

//set of operators;

End Sub OnParseTerm;

Parameters

The Sender parameter returns the component that has generated the event.

The Args parameter allows to determine event parameters.

Description

The OnParseTerm event occurs when the text of editor is converted into the terms (expressions) and signs of operation.

See also:

TermEdit