JVCL Help:TJvTFAppt.BeginUpdate

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

Search in JVCL Help

 
Search in all projects
 

Summary

Suspends updating.


Pascal

 procedureBeginUpdate;


Description

Calling this method before you change one or more of the appt's properties prevents the OnPostApptQuery/OnPostAppt events from being fired. This is handy if you need to change more than one property at a time. Be sure to call EndUpdate when you are done modifying the properties.
Note that you do not have to call BeginUpdate/EndUpdate when the appointment is being loaded or refreshed.


See Also

TJvTFAppt.EndUpdate


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