Page 1 of 1

Chart double click

Posted: Mon Apr 24, 2006 1:40 pm
by 9337635
Hello,

I just found out that the onclick-event is fired before the ondblclick-event. Is there any possibility to get the ondblclick fired before onclick? This imho the normal behavior of all controls of Delphi.

Best regards

Arnd

Posted: Mon Apr 24, 2006 1:59 pm
by narcis
Hi Arnd,

TChart is derived from TPanel which behaves the same way as TChart. Which Delphi controls have the behaviour you report?

Thanks in advance.