Xojo.Core.Timer
From Xojo Documentation
![]() |
This item was deprecated in version 2020r2. Please use Timer as a replacement. |
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