JVCL Help:TJvAlarms
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAlarms Class
[+] JvAlarms.pas Classes
[+] TJvAlarms Events
[+] TJvAlarms Methods
[+] TJvAlarms Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvAlarms
run\JvAlarms.pas
Summary
Programmable timer.
Pascal
run\JvAlarms.pas
TJvAlarms = class(TJvComponent);
Description
- JVCLInfo
TJvAlarm is a non-visible component that provides you with a programmable timer. The component allows multiple alarms to be added, each of which can be set to repeat at a specified interval or not at all.
To add scheduled tasks to you application you should:
- Drop a TJvAlarms on a form or data module.
- Write a handler for the OnAlarm event.
- Set the Active property to True.
- Add tasks to the component using the Add method in run time or the Alarms property editor indesign time.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page