[fpc-announce]New entry in Free Pascal Contributed units. (Object Timer)

contribs at freepascal.org contribs at freepascal.org
Sun Dec 16 21:36:06 CET 2001


The following entry was added to the Free Pascal contributed units:

Name         : Object Timer
Author       : Boyan Krastev
Email        : firebird at masterbo.org
Homepage     : http://code.masterbo.org/filez/ltimer.pp
FTP site     : ftp://code.masterbo.org/source/ltimer.pp
Version      : 0.1
Date         : 16/12/01
Category     : Miscellaneous
Supported OS : Linux
Description  :
This is an object timer like Delphi's one..
var timer: TTimer;
timer := TTimer.Create(interval);
timer.OnTimer := @OnTimerCallback;... etc.
The timer uses threads...





More information about the fpc-announce mailing list