JVCL Help:TJvCustomInspector.EndUpdate
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspector.EndUpdate Method
[+] TJvCustomInspector Events
[+] TJvCustomInspector Methods
[+] TJvCustomInspector Properties
Search in JVCL Help
Search in all projectsSummary
Reenables screen repainting that was turned off with the BeginUpdate method.
Pascal
functionEndUpdate: Integer; virtual;
Description
Call EndUpdate after completing changes to the inspector that were begun with a call to the BeginUpdate method. When every call to BeginUpdate is matched by a subsequent call to EndUpdate, the inspector view image updates to reflect all changes that occurred while repaints were disabled.
See Also
TJvCustomInspector.BeginUpdate
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