[Lazarus] intercepting keyboard events

Alexey aaa5500 at ya.ru
Mon May 22 16:01:11 CEST 2017


On 22.05.2017 16:57, Graeme Geldenhuys via Lazarus wrote:
> What else can I try?

Adding public SetFocus; override;--

procedure TATSynEdit.SetFocus;
begin
   LCLIntf.SetFocus(Handle);
end;

-- 

Regards,
Alexey



More information about the Lazarus mailing list