lazarus-ccr/components/longtimer
gbamber 25fbced80c Added snazzy icon
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3521 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2014-09-03 11:59:26 +00:00
..
demo Initial commit v0.0.1 2014-09-03 11:29:58 +00:00
lang_longtimer Initial commit v0.0.1 2014-09-03 11:29:58 +00:00
aboutlongtimerunit.pas Initial commit v0.0.1 2014-09-03 11:29:58 +00:00
license.lrs Initial commit v0.0.1 2014-09-03 11:29:58 +00:00
longtimer_icon.lrs Added snazzy icon 2014-09-03 11:59:26 +00:00
longtimerpackage.lpk Initial commit v0.0.1 2014-09-03 11:29:58 +00:00
longtimerpackage.pas Initial commit v0.0.1 2014-09-03 11:29:58 +00:00
readme.txt ReadMe for LongTimer 2014-09-03 11:37:58 +00:00
ulongtimer.pas Added snazzy icon 2014-09-03 11:59:26 +00:00

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