Skip to main content

TcxCustomCalculator.OnResult Event

Occurs when a user presses or clicks the “equals” (=) or the “percent” (%) calculator button.

Declaration

property OnResult: TNotifyEvent read; write;

Remarks

The OnResult event is generated when a user activates the “equals” (=) or the “percent” (%) calculator button by clicking it with the mouse or by pressing the corresponding keyboard key. The Sender parameter defines the calculator control for which this event occurred.

See Also