JVCL Help:TJvTFScheduleManager.PostAppts

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

Search in JVCL Help

 
Search in all projects
 

Summary

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