JVCL Help:TJvTFScheduleManager.dbRefreshSched

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

Search in JVCL Help

 
Search in all projects
 

Summary

Reloads data from storage.


Pascal

 proceduredbRefreshSched(Sched: TJvTFSched);


Parameters

Parameters Description
Sched: TJvTFSched The schedule to update.


Description

Use this method to refresh all of the appointments linked to the schedule specified by the Sched parameter. Calling this method will first clear the Modified property for each of the appointment objects linked to the schedule. It will then fire the OnRefreshSched event.
After the OnRefreshSched event finishes dbRefreshSched will call RefreshConnections to update all of the JvTFComponents and JvTFControls that are connected to the schedule.


See Also

TJvTFScheduleManager.OnRefreshSched, TJvTFScheduleManager.RefreshConnections


About

Notes

It is your responsibility to provide a handler for the OnRefreshSched event that will actually update the 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