Icon TTimer

Unit: WebComps

Inherits From TComponent

Available In: Client Applications

The TTimer component represents a timer that triggers an OnTimer event whenever the interval, specified in milliseconds, elapses. Timers are asynchronous, meaning that they can trigger the OnTimer event even while the user is performing other tasks in the web browser.

PropertiesMethodsEvents
EnabledOnTimer
Interval
Image