[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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.0 | Generated 2025-05-03 | Home |