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