JVCL Help:TJvTFScheduleManager.OnRefreshAll

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 data needs to be refreshed.


Pascal

 propertyOnRefreshAll: TNotifyEvent;


Description

This event will be fired when the server needs to refresh all of its schedule and appointment data. You will need to provide code in this event that will actually update the schedule and appointment data.
The Modified property for each of the appointment objects in the server will set to False before the event is fired. If, for some reason, the Modified property needs to be set to true simply call TJvTFAppt.SetModified for the specific appointment.


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