I want to close my application using a timer event (the application should kill itself). The timer is initialised and works, so what code do I have to write in the timer event routine? I tried things like OnClose(), OnDestroy() but then I got always an error message if I run the application. What did I forgot?

Thanks and regards
Sascha