convert_st_projects.txt
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:1k
源码类别:
Delphi控件源码
开发平台:
Delphi
- 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.