JVCL Help:TJvCaret.UpdateCount
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCaret.UpdateCount Property
Search in JVCL Help
Search in all projectsSummary
Number of calls to BeginUpdate that have not been matched by a call to EndUpdate.
Pascal
propertyUpdateCount: Integer;
Description
UpdateCount indicates the number of calls to BeginUpdate issued that have not been matched by a call to EndUpdate. While UpdateCount > 0, the OnChanged event will never fire.
See Also
TJvCaret.BeginUpdate, TJvCaret.EndUpdate, TJvCaret.OnChanged
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