Sub OnKeyPress(Sender: Object; Args: IKeyPressEventArgs);
Begin
//set of operators;
End Sub OnKeyPress;
Sender - parameter that returns the component that has generated the event.
Args - parameter that enables the user to determine event parameters.
The OnKeyPress event occurs if the component is focused when the user presses a character key.
See also: