JVCL Help:TJvScheduledEvents
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvScheduledEvents Class
[+] JvScheduledEvents.pas Classes
[+] TJvScheduledEvents Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCustomScheduledEvents
TJvScheduledEvents
run\JvScheduledEvents.pas
Summary
Allows you to schedule execution of events using a recurring schedule.
Pascal
run\JvScheduledEvents.pas
TJvScheduledEvents = class(TJvCustomScheduledEvents);
Description
- 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.
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