JVCL Help:TJvTFScheduleManager.PostAppts
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFScheduleManager.PostAppts Method
[+] TJvTFScheduleManager Events
[+] TJvTFScheduleManager Fields
[+] TJvTFScheduleManager Methods
[+] TJvTFScheduleManager Properties
Search in JVCL Help
Search in all projectsSummary
Saves all appointments to storage.
Pascal
procedurePostAppts;
Description
Use this method to post all of the appointment objects in the server at once.
This method is equivalent to: for I := 0 toApptCount - 1 do
dbPostAppt(Appts[I]);
See Also
TJvTFScheduleManager.dbPostAppt
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