How to implement setInterval in Delphi? -


In Javascript I can use the interval set ("function name", time) in the function, after the time delay functionName. Like a setInterval function like Delphi?

Thanks a lot.

a ttimer , and its interval of time Set to. Then create a onTimer event and call functionName in the event process.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

jquery - SimpleModal Confirm fails to submit form -

php - Multiple Select with Explode: only returns the word "Array" -