Specifies an event handler signalled for Key events occurring in TCalculatorForm.
Source position: calcform.pas line 36
type TCalculatorCalcKeyEvent = procedure( |
var key: char |
) of object; |
key |
|
Key value examined in the event handler. |
| Version 4.4 | Generated 2025-11-08 | Home |