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.6 | Generated 2026-02-20 | Home |