JVCL Help:TJvTFAppt.Refresh

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

Search in JVCL Help

 
Search in all projects
 

Summary

Rereads data from storage.


Pascal

 procedureRefresh;


Description

Call this method when you need to make the data in memory reflects the data on the disk. This method calls TJvTFScheduleManager.dbRefreshAppt, which eventually fires the TJvTFScheduleManager.OnRefreshAppt event. (You would implement a handler for the OnRefreshAppt event to "reload" the appointment data in memory from the data stored on disk.)


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