文件名称:SimpleTimer
介绍说明--下载内容均来自于网络,请自行研究使用
Version 2.0.0 of SimpleTimer is incompatible with older versions, which
means you will have to adjust your previous projects that use SimpleTimer.
1) The Start and Stop methods have been replaced with the Enabled and Interval
properties, to make SimpleTimer more interchangeable with TTimer.
To start the timer you will need to first set the Interval, then set Enabled
to True (just like TTimer). Also, you must specify an OnTimer event method
(see below).
2) The callback method you used for receiving notifications from a SimpleTimer
object has been replaced by an OnTimer event. This both makes SimpleTimer
easier to use and makes it look more like TTimer.
means you will have to adjust your previous projects that use SimpleTimer.
1) The Start and Stop methods have been replaced with the Enabled and Interval
properties, to make SimpleTimer more interchangeable with TTimer.
To start the timer you will need to first set the Interval, then set Enabled
to True (just like TTimer). Also, you must specify an OnTimer event method
(see below).
2) The callback method you used for receiving notifications from a SimpleTimer
object has been replaced by an OnTimer event. This both makes SimpleTimer
easier to use and makes it look more like TTimer.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
convert_st_projects.txt
demos
.....\readme.txt
.....\SimpleTimerTest
.....\...............\Main.dfm
.....\...............\Main.pas
.....\...............\SimpleTimerTest.dpr
.....\...............\SimpleTimerTest.res
.....\TTimerTest
.....\..........\Main.dfm
.....\..........\Main.pas
.....\..........\TTimerTest.dpr
.....\..........\TTimerTest.res
History - SimpleTimer.txt
SimpleTimer.html
SimpleTimer.pas
demos
.....\readme.txt
.....\SimpleTimerTest
.....\...............\Main.dfm
.....\...............\Main.pas
.....\...............\SimpleTimerTest.dpr
.....\...............\SimpleTimerTest.res
.....\TTimerTest
.....\..........\Main.dfm
.....\..........\Main.pas
.....\..........\TTimerTest.dpr
.....\..........\TTimerTest.res
History - SimpleTimer.txt
SimpleTimer.html
SimpleTimer.pas