JVCL Help:TJvTFScheduleManager.OnRefreshSched

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

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when a schedule needs to be reloaded.


Pascal

 propertyOnRefreshSched: TJvTFSchedEvent;


Description

This event fires when the server needs to refresh the data for each appointment that is linked to a specific schedule object, given by the Sched parameter. It is your responsibility to provide code in the event that will actually update the appointment data.
The Modified property for each appointment linked to the schedule will be set to False before the event is fired. If, for some reason, the Modified property for a particular appointment needs to be set to True, simply call the TJvTFAppt.SetModified method.


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