TBaseVirtualTree.EndUpdate Method

Virtual Tree View

Resets the update lock set by BeginUpdate.

Pascal
procedure EndUpdate;
Description

This method is the counterpart to BeginUpdate and decreases the internal update count value. If this value reaches 0 then updates of the tree window will be allowed again. Additionally, some pending operations, which might be started during the update lock, are finished. This includes tasks like updating the selection list, validating the cache and sorting the tree if in auto sort mode.

Class
Links
What do you think about this topic? Send feedback!