JVCL Help:TJvCustomInspector.BeginUpdate
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspector.BeginUpdate Method
[+] TJvCustomInspector Events
[+] TJvCustomInspector Methods
[+] TJvCustomInspector Properties
Search in JVCL Help
Search in all projectsSummary
Prevents updating of the inspector until the EndUpdate method is called.
Pascal
functionBeginUpdate: Integer; virtual;
Description
Call BeginUpdate before making multiple changes to the inspector. When all changes are complete, call EndUpdate so that the changes can be reflected on screen. BeginUpdate and EndUpdate prevent excessive redraws and speed processing time when items are added, deleted, inserted or otherwise modified.
See Also
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