[fpc-pascal] non visual timer win32

Graeme Geldenhuys graemeg.lists at gmail.com
Tue Oct 19 10:45:11 CEST 2010


Op 2010-10-19 10:17, Felipe Monteiro de Carvalho het geskryf:
> MyTimer := TTimer.Create(Application);
> MyTimer.OnTimer := myHandler;
> 

or even....

MyTimer := TTimer.Create(nil);
MyTimer.OnTimer := myHandler;

...later when application terminates...

MyTimer.Free;



Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://opensoft.homeip.net:8080/fpgui/




More information about the fpc-pascal mailing list