KillTimer
Stops the callback for a timer previously created with the SetTimerEx method.
It is only necessary to use KillTimer when the Timer has not expired to prevent the callback from being called. Once the Timer expires it is automatically removed.
🔁 Function
void KillTimer(timerID: integer);
⚙️ Parameters
| Name | Type | Description |
|---|---|---|
timerID |
Integer | The identifier of the timer |
↩️ Return Value
None