From 60d63bea536ed29834bd6a651e689a982f1f26d1 Mon Sep 17 00:00:00 2001 From: gbamber Date: Wed, 3 Sep 2014 11:37:58 +0000 Subject: [PATCH] ReadMe for LongTimer git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3520 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/longtimer/readme.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 components/longtimer/readme.txt diff --git a/components/longtimer/readme.txt b/components/longtimer/readme.txt new file mode 100644 index 000000000..13d8773e1 --- /dev/null +++ b/components/longtimer/readme.txt @@ -0,0 +1,28 @@ +Summary +======= + +TLongTimer is a descendent of TIdleTimer with all of its properties and methods EXCEPT the property Inteval. + +Additional properties set the Interval to: + +Daily - at a set hour +Weekly - at a set Day (e.g. Monday) and Hour +Monthly - at a set date (e.g. 5th of the month) and Hour + +Demo application is included + +License: LGPL + +Author 'minesadorada' on the FreePascal.Org forum + +Suggested uses +============== +In a TrayIcon application to do periodical reminders, updates or alarms + +Version +======= +Lazarus 1.x and FPC 2.6.x + +OS +== +Written with Win32 but should be cross-platform \ No newline at end of file