JVCL Help:TJvTFScheduleManager.dbRefreshAll
JVCL Help: TJvTFScheduleManager.dbRefreshAll Method
Search in JVCL Help
Search in all projectsSummary
Reloads all data from storage.
Pascal
proceduredbRefreshAll;
Description
Use this method to refresh all of the server's appointment and schedule data. Calling this method will first clear the Modified property for each of the appointment objects in the server. It will then fire the OnRefreshAll event.
After the OnRefreshAll event finishes dbRefreshAll will call RefreshConnections to update all of the JvTFComponents and JvTFControls that are connected to the server.
See Also
TJvTFScheduleManager.OnRefreshAll, TJvTFScheduleManager.RefreshConnections
About
Notes
It is your responsibility to provide a handler for the OnRefreshAll event that will actually update the schedule and appointment data.
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