accuratetimer Reset method
Return to Introduction  Previous page  Next page
Applies to
acAccurateTimer component.  

Declaration
procedure Reset;  

Description
The Reset method resets the timer and start counting the intervals from the current moment. After calling the Reset method, the next OnTimer event will occur after passing the amount of time specified in the Interval property.  

See also
Active and Interval properties;  
OnTimer event.