TKeyEventHandler Delegate
Represents the method that will handle the OnKeyUp and OnKeyDown routed events, as well as related attached and Preview events.
type TKeyEventHandler = procedure(Sender: TObject; E: _KeyEventArgs) of Object;
Represents the method that will handle the OnKeyUp and OnKeyDown routed events, as well as related attached and Preview events.
type TKeyEventHandler = procedure(Sender: TObject; E: _KeyEventArgs) of Object;