Re: timers & loops


[ Related Articles and Replies ] [ Post Followup ] [ DelphiLand Discussion Forum ]

Posted by webmaster Guido on April 08, 2002 at 18:14:09:

In Reply to: timers & loops posted by Robin Shinkle on April 03, 2002 at 19:16:24:

: Thanks for the help on my previous post!
: 2 questions:
: 1. Is it possible to have 2 timers on a form, and if so how?
: 2. Is is possible to make an entire program loop repeatedly? And if so, how?
------

1. Just drop as many TTimer components on the form as needed :)

2. Do you really want to show the main form of the application, close it, show it again, and so on? Or do you just want to show the main form and next repeat a *part* of the code of the main unit?


Related Articles and Replies:


[ Related Articles and Replies ] [ Post Followup ] [ DelphiLand Discussion Forum ]