JVCL Help:TJvTFScheduleManager.dbPostAppt
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFScheduleManager.dbPostAppt Method
[+] TJvTFScheduleManager Events
[+] TJvTFScheduleManager Fields
[+] TJvTFScheduleManager Methods
[+] TJvTFScheduleManager Properties
Search in JVCL Help
Search in all projectsSummary
Saves changes to storage.
Pascal
proceduredbPostAppt(Appt: TJvTFAppt);
Parameters
Parameters | Description |
Appt: TJvTFAppt | The appointment to save. |
Description
Calling this method will cause the OnPostAppt event to fired. You will have code behind the OnPostAppt event that will save the appointment's data to physical storage.
Note that if AlwaysPost is False and Appt.Modified is False then OnPostAppt will not be fired.
See Also
TJvTFScheduleManager.AlwaysPost, TJvTFScheduleManager.OnPostAppt
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