Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IWTimer - How to start the timer again?
#1
Hello.
I am using Intraweb 15.2.20.
If I stop the timer and then start it again, then the timer does not start counting from the beginning, but ends the time that was not finished before the last stop.
IWTimer1.Enabled := false;
IWTimer1.Enabled := true;
// after assigning a value Enabled := true event OnAsyncTimer will occur in the interval 0.. IWTimer1.Interval

I tried like this:
IWTimer1.Enabled := false;
IWTimer1.Interval := 5000;
IWTimer1.Enabled := true;
However, that does not work either. The first actuation of the timer after these commands can be less than 5 seconds.

Is there a command to start the timer from the beginning?


Attached Files
.zip   Project1.zip (Size: 38.9 KB / Downloads: 2)
Reply


Messages In This Thread
IWTimer - How to start the timer again? - by I.Igor - 02-11-2021, 07:51 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)