JVCL Help:TJvTFScheduleManager.OnRefreshSched
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFScheduleManager.OnRefreshSched Event
[+] TJvTFScheduleManager Events
[+] TJvTFScheduleManager Fields
[+] TJvTFScheduleManager Methods
[+] TJvTFScheduleManager Properties
Search in JVCL Help
Search in all projectsSummary
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