TKeyPressEventHandler Delegate

Represents the method that will handle the OnKeyPress event of a TClrCustomControl.

Namespace: CNClrLib.Control.EventHandlers
type
 TKeyPressEventHandler = procedure(Sender: TObject; E: _KeyPressEventArgs) of Object;