JVCL Help:TJvScheduledEvents

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomScheduledEvents
TJvScheduledEvents
run\JvScheduledEvents.pas


Summary

Allows you to schedule execution of events using a recurring schedule.

run\JvScheduledEvents.pas


Pascal

 run\JvScheduledEvents.pas
 TJvScheduledEvents = class(TJvCustomScheduledEvents);


Description

  1. JVCLInfo

TJvScheduledEvents allows you to schedule execution of events based on a recurring schedule, much like the recurring appointments/tasks in Microsoft® Outlook® or the replication/job scheduler in Microsoft® SQL Server.
The component uses the JclSchedule unit and its interface to generate the execution times. For more information on scheduling possibilities, check out the help for JclSchedule.
Components usage:

  • Drop a TJvScheduledEvents component on a form or a datamodule
  • Optionally specify if schedule states should be automatically saved/restored when the application is terminated/started.
  • Optionally specify the registry key to store/retrievethe schedule states.
  • Add some events (at design time using the component popup menu or the events property, specifying the schedule and the handler; at run time by using Events.Add).
  • Optionally assign handlers to to fire before and/or after an event is/has fired.

run\JvScheduledEvents.pas


About

Navigation

run\JvScheduledEvents.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