Delphi 2010 buttons losing click event
Posted
by Lobuno
on Stack Overflow
See other posts from Stack Overflow
or by Lobuno
Published on 2010-03-17T09:36:48Z
Indexed on
2010/03/17
9:51 UTC
Read the original article
Hit count: 692
I've been experimenting a quite strange problem using Delphi 2010. In one form (a quite complex one) some buttons are automagically losing the click event. I am not dynamically assigning the event or something (they are wired in IDE). The events are fired OK some times but suddenly (and randomly) some of them don't fire the events anymore. Placing a break point in the event doesn't stop the execution.
Weird, yes, and I'm lost. I know there is no explanation for this so I only want to ask if there is anybody else experimenting the same problem.
© Stack Overflow or respective owner