JVCL Help:TJvCustomItemViewer.UpdateCount
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomItemViewer.UpdateCount Property
[+] TJvCustomItemViewer Events
[+] TJvCustomItemViewer Methods
[+] TJvCustomItemViewer Properties
Search in JVCL Help
Search in all projectsSummary
Counts the number of times BeginUpdate was called without a corresponding call to EndUpdate.
Pascal
propertyUpdateCount: Integer;
Description
UpdateCount keeps track of calls to BeginUpdate and EndUpdate so that they can be nested. Every call to BeginUpdate increments UpdateCount. Every call to EndUpdate decrements it. When UpdateCount returns to 0, the control updates itself to reflect all changes that occurred since the first call to BeginUpdate.
See Also
TJvCustomItemViewer.BeginUpdate, TJvCustomItemViewer.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