Re: timer?


[ Related Articles and Replies ] [ DelphiLand FAQ ] [ Delphi Tutorials ]

Posted by WAllison on March 11, 2002 at 22:22:32:

In Reply to: timer? posted by SubZero on March 11, 2002 at 18:32:40:

: what code do i have to use if i want an procedure to be executed every 5 seconds?

: Thanx already

-----------------------

Set the interval to something like 500/5000 (work it out 5 secs!!!) - set timer to enabled - OnTimer event is called at the set interval


Related Articles and Replies:


[ Related Articles and Replies ] [ DelphiLand FAQ ] [ Delphi Tutorials ]