[Overview][Classes][Procedures and functions][Index] |
OnCalcKey - event handler for a key press in the calculator.
Source position: extdlgs.pas line 174
published property TCalculatorDialog.OnCalcKey : TKeyPressEvent |
OnCalcKey is a TKeyPressEvent property used as the event handler for key press events in the calculator dialog form. OnCalcKey is signalled from the CalcKey method which is assigned as the OnCalcKey event handler in DlgForm.
Applications must implement an object procedure using the signature in TKeyPressEvent to respond to the event notification.
|
Implements the event handler signalled to process keys in the dialog. |
|
|
Event handler signalled to handle keys press on the calculator form. |
|
|
Specifies an event handler for key press events. |
Version 4.0 | Generated 2025-05-03 | Home |