Looking for an event scheduler for Delphi?
I was recently looking at TJvScheduledEvents that comes with the JVCL library because I have a need for a dynamic scheduler in a Delphi application. Initially this looked to fit the bill, but I have run into some concerns. Limited documentation other than the code itself The event scheduler form that lets you create events appears to be a design time form with no runtime interface. Issues with storing dynamically created scheduled events to a file or database so that they are not lost when the application restarts. Does anyone have any experience with this object or another scheduling