When writing a Delphi TTimer event, I often disable the timer and re-enable it at the end of the event.
If you dont do this, the OnTimer event could fire again before you have finished processing it.
Continue reading “Disable Delphi TTimer during the OnTimer event”