On 03/31/2014 01:44 AM, Bob Axtell wrote:
can someone show a newbie how to use the two system timers?

What do you mean by system timers ?

In a normal GUI based application you normally use TTimer for time-based actions.

You easily can create as many TTimers as you like (as well "visually" using the Lazarus GUI designer) as "dynamically" by having your program do myTimerN := TTimer.Create(Self); )


-Michael

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to