JCL Help:TJclThreadPersistent.UpdateCount

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Threading lock count.


Pascal

 protected property UpdateCount: Integer;


Description

The current nesting level of the update lock.
UpdateCount is increased each time you call the BeginUpdate method and is decreased with EndUpdate calls. The object does not generate OnChange as long as its UpdateCount is greater than 0.


See Also

TJclThreadPersistent.BeginUpdate TJclThreadPersistent.EndUpdate TJclThreadPersistent.OnChange


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