Hello all,
As you can tell, I am having a little trouble with the TTimer VCL component within my application developed using Delphi 2010.
Whenever I call:
Self.Timer1.Enabled := False;
Self.Timer1.Enabled := True;
The timer component does seem to indeed halt, but, it never starts up again. Like, it never calls the OnTimer event.
I am using it in conjunction with the Indy10 IRC component (TIdIRC).
Thanks in advance :)