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