JVCL Help:TJvTFScheduleManager.dbRefreshAppt
JVCL Help: TJvTFScheduleManager.dbRefreshAppt Method
Search in JVCL Help
Search in all projectsSummary
Reloads data from storage.
Pascal
proceduredbRefreshAppt(Appt: TJvTFAppt);
Parameters
Parameters | Description |
Appt: TJvTFAppt | The appointment to refresh. |
Description
Use this method to refresh a single appointment object. Calling this method will first clear the Modified property of the given appointment. It will then fire the OnRefreshAppt event.
After the OnRefreshAppt event finishes dbRefreshAppt will call RefreshConnections to update all of the JvTFComponents and JvTFControls that are accessing the appointment.
See Also
TJvTFScheduleManager.OnRefreshAppt, TJvTFScheduleManager.RefreshConnections
About
Notes
It is your responsibility to provide a handler for the OnRefreshAppt 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