Have you ever wanted a timer that doesn't
require the over head of the forms unit?

THEN THIS IS FOR YOU!

there's no vcl overhead on this timer.
I use it in my dll's when I don't otherwise
use the vcl with it's overhead.

How to use it?

MyTimer := TMyTimer.create(1000, MyProcedure);

1000  - call MyProcedure every 1000 milliseconds.

where MyProcedure us declared as procedure MyProcedure;

don't forget Mytimer.free!

Grahame Grieve
g.grieve@pgrad.unimelb.edu.au
