[Lazarus] TTimer woes (newbie)

Michael Schnell mschnell at lumino.de
Mon Mar 31 11:25:29 CEST 2014


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




More information about the Lazarus mailing list