Properties Events Methods See Also
Creates a timer that can execute code at regular intervals.
Syntax
Timer
Remarks
The Timer control, invisible to the user, is useful for background processing. A typical use for the timer is checking the system clock to determine if it is time to run a program or application.
For additional information about creating timers, see Chapter 10, Using Controls, in the Programmer's Guide.