OnKeyPress(Sender: Object; Args: IKeyPressEventArgs);
Sender. The parameter that returns the component that has generated the event.
Args. The 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: