Destroy object during event called by said object
- by Pmmlr
Hello,
I have a button. Its OnClick event calls a procedure which destroys the button, but then the "thread" wants to return to the OnClick event and I get an access violation.
I'm completely stumped!