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.