Locates the button using the specified Key and perform its Click method.
Source position: calcform.pas line 79
public procedure TCalculatorPanel.CalcKeyPress( |
Sender: TObject; |
var Key: Char |
); |
Sender |
|
Object for the KeyPress event. |
Key |
|
Key value captured in the panel. |
CalcKey is called when a button is located using the specified Key.