JVCL Help:TJvXPCustomControl.IsLocked

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determines if the control is being updated.


Pascal

 propertyIsLocked: Boolean;


Description

IsLocked is true when a call to BeginUpdate has been made without a corresponding call to EndUpdate. When IsLocked is true, the control is not redrawn. Use IsLocked to make multiple updates to the visual appearance of the control without redrawing it between each change.


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