JVCL Help:TJvCustomInspector.BeginUpdate

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvCustomInspector.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