[Overview][Classes][Index] |
Stops execution of the timer class instance.
Source position: customtimer.pas line 46
protected procedure TCustomTimer.KillTimer; virtual; |
KillTimer is a protected virtual procedure used to stop execution of the timer class instance. KillTimer ensures that a value widget set handle has been assigned for the timer class instance prior to freeing the handle and signalling the OnStopTimer event handler (when assigned). No actions are performed in the method if the widget set handle is not assigned or invalid.
KillTimer is called from the UpdateTimer method, and when the class instance is freed in the Destroy method.
|
OnStopTimer - event handler for stopping the timer. |
|
|
Updates the Timer to reflect the current properties. |
|
|
Destructor for the timer class instance. |
Version 4.0 | Generated 2025-05-03 | Home |