[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Finishes an update process for the class instance.
Source position: controls.pp line 2631
public procedure TDockTree.EndUpdate; override; |
EndUpdate is an overridden method in TDockTree. BeginUpdate and EndUpdate are used to consolidate calls to the UpdateAll method. EndUpdate decrements the internal update counter, and when it reaches zero (0) calls UpdateAll to remove dtfUpdateAllNeeded from the docking tree flags.
|
Finishes updating the DockSite layout. |
|
|
Starts updating the DockSite layout. |
|
|
Updates the internal TDockTreeFlags to reflect the update status for the control |
|
|
Set type used to store values from the TDockTreeFlag enumeration. |
|
|
Represents flag values used in TDockTree. |
Version 4.0 | Generated 2025-05-03 | Home |