History - SimpleTimer.txt
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. SimpleTimer, ver. 2.0.1
  2. - ver. 2.0.1: Since overloaded methods are not allowed in D2 and D3
  3.   I renamed the second constructor from "Create" to "CreateEx" and
  4.   dropped the overload directive.
  5. - ver. 2.0.0: Major restructuring. Big thanks go to mikk from Hungary
  6.   for contributing with suggestions and code. Changes in 2.0.0 include:
  7.   * The Start and Stop methods have been replaced with Enabled and Interval
  8.     properties, so SimpleTimer resembles TTimer more closely.
  9.   * The callback method is replaced by an OnTimer event.
  10.   * Added AutoDisable and CallBackMethod properties.
  11.   * Added two stand-alone methods.
  12.   +++++ See convert_st_projects.txt if you are using SimpleTimer already +++++
  13. - ver. 1.0.3: Reintroduced reference to the Forms unit, as it was needed
  14.   by Delphi 5 and below (doh!).
  15. - ver. 1.0.2: Removed reference to the Forms unit.
  16. - ver. 1.0.1: Removed exception handling from the WndProc method as it
  17.   would catch any and all exceptions, including the ones which were
  18.   supposed to be thrown. Thanks to George Mealer for telling me.
  19. - ver. 1.0.0: First release.
  20. If you have any comments or corrections, I would very much like to 
  21. hear them.
  22. Troels Jakobsen
  23. delphiuser@get2net.dk