Table of Contents

TTMSFNCWXMathEditorResultEvent Event Type

Notifies that a mathematical expression result is available, carrying the produced string and the format it is expressed in.

API unit family: TMSFNCWXMathEditor

Remarks

The handler receives the result for inspection or storage; it does not alter the editor content.

Parameters

Name Description
Sender The editor that raised the event.
AResultString The expression rendered in the requested format.
AResultFormat The format in which AResultString is expressed.