Xojo.Core.Timer
From Xojo Documentation
Class (inherits from Object)
Provides a way to run code at specified intervals.
Events | |
|
Properties | |||
|
Shared Methods | ||
|
Enumerations | |
|
Delegate Methods | ||
|
Notes
Timers run on the main thread.
If you instantiate a Timer in code, you'll need to use AddHandler to direct the Action event to a method. Refer to the AddHandler page for an example.
See Also
AddHandler command