Sub OnParseTerm(Sender: ITermEdit; Args: IParseTermEventArgs);
Begin
//set of operators;
End Sub OnParseTerm;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnParseTerm event occurs when the text of editor is converted into the terms (expressions) and signs of operation.
See also: