JCL Help:TJclThreadPersistent.EndUpdate

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Re-enables update notification.


Pascal

 public procedure EndUpdate;


Description

Re-enables change notification previously disabled with BeginUpdate.
EndUpdate decreases the UpdateCount property and re-enables generation of OnChange events.
EndUpdate itself does not generate the OnChange event. You will need to call Changed explicitly, after calling EndUpdate in case the change notification is required.


See Also

TJclThreadPersistent.BeginUpdate


About

Donator

Alex Denissov


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