[Overview][Classes][Index] |
Destructor for the timer class instance.
Source position: customtimer.pas line 50
public destructor TCustomTimer.Destroy; override; |
Destroy is the overridden destructor for the class instance. Destroy ensures that the OnTimer event handler is unassigned and Enabled is set to False before halting the timer by calling the KillTimer method.
Destroy calls the inherited destructor prior to exiting from the method.
Use the OnStopTimer event handler to perform actions needed when the timer is disabled or freed.
|
Indicates if the timer is ready to start. |
|
|
Event handler signalled when the Interval for the timer has elapsed. |
|
|
Stops execution of the timer class instance. |
|
|
OnStopTimer - event handler for stopping the timer. |
|
Version 4.0 | Generated 2025-05-03 | Home |