[Overview][Classes][Procedures and functions][Index] |
Implements the event handler signalled to process keys in the dialog.
Source position: extdlgs.pas line 159
protected procedure TCalculatorDialog.CalcKey( |
var Key: Char |
); virtual; |
Key |
|
Key examined in the event handler. |
CalcKey is a procedure which implements the event handler signalled to process keys in the dialog. CalcKey signals the OnCalcKey event handler (when assigned).
CalcKey is assigned as the OnCalcKey event handler for the TCalculatorForm instance created in the Execute method.
|
OnCalcKey - event handler for a key press in the calculator. |
|
|
Creates, configures, and displays the form for the calculator dialog. |
Version 4.0 | Generated 2025-05-03 | Home |