TKeyPressEventHandler Delegate
Represents the method that will handle the OnKeyPress event of a TClrCustomControl.
type TKeyPressEventHandler = procedure(Sender: TObject; E: _KeyPressEventArgs) of Object;
Represents the method that will handle the OnKeyPress event of a TClrCustomControl.
type TKeyPressEventHandler = procedure(Sender: TObject; E: _KeyPressEventArgs) of Object;