JVCL Help:TJvCustomDBTreeView.UpdateUnLock
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomDBTreeView.UpdateUnLock Method
[+] TJvCustomDBTreeView Fields
[+] TJvCustomDBTreeView Methods
[+] TJvCustomDBTreeView Properties
Search in JVCL Help
Search in all projectsSummary
Maintains the update lock count for the tree view.
Pascal
procedureUpdateUnLock(constAUpdateTree: Boolean);
Parameters
Parameters | Description |
const AUpdateTree: Boolean | Indicates if the tree view is redrawn when no other update locks exist. |
Description
UpdateUnLock is a method used to maintain the UpdateLock count following completion of changes to nodes or the data for data-aware tree view control.
UpdateUnLock decrements the value in UpdateLock when previous calls to UpdateLock have been made. When UpdateLock reaches zero (0), the value in AUpdateTree is used to determine if content in the tree needs to be updated.
About
Notes
Not currently used in the implementation.
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