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

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -