Tagged Questions
8
votes
4answers
1k views
Delphi: Is it ok for a form to free it self?
I have a form that I use to show some information for some seconds. Is it ok for the form to free itself? Can I start a timer in the constructor, and then call self.free in the timer-event? Or will ...