JVCL Help:TJvAlarms

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvAlarms
run\JvAlarms.pas


Summary

Programmable timer.

run\JvAlarms.pas


Pascal

 run\JvAlarms.pas
 TJvAlarms = class(TJvComponent);


Description

  1. 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.

run\JvAlarms.pas


About

Navigation

run\JvAlarms.pas



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