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
Post a Comment