lazarus-ccr/components/longtimer/latest_stable
2017-01-26 20:47:13 +00:00
..
demo Changed folder structure 2016-12-14 14:56:19 +00:00
locale JSONPackager: To 0.2.7.0: Updated: Save procedure (minesadorada) 2016-12-16 11:11:20 +00:00
updates JSONPackager: To 0.2.7.0: Updated: Save procedure (minesadorada) 2016-12-16 11:11:20 +00:00
aboutlongtimerunit.pas Changed folder structure 2016-12-14 14:56:19 +00:00
license.lrs Changed folder structure 2016-12-14 14:56:19 +00:00
longtimer_icon.lrs Changed folder structure 2016-12-14 14:56:19 +00:00
longtimerpackage.lpk Added $(IDEBuildOptions) to custom options 2017-01-26 20:47:13 +00:00
longtimerpackage.pas Changed folder structure 2016-12-14 14:56:19 +00:00
readme.txt Changed folder structure 2016-12-14 14:56:19 +00:00
ulongtimer.pas Changed folder structure 2016-12-14 14:56:19 +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