[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Ends an update process for the control.
Source position: comctrls.pp line 2633
public procedure TCustomCoolBar.EndUpdate; override; |
EndUpdate is an overridden method in TCustomCoolBar. It calls the inherited method to decrement the internal update counter for the control. When the update counter reaches 0, the CalculateAndAlign method is called to size and layout the visible bands on the control. Temporarily disables auto-sizing while the control recalculates and aligns its bands. Calls Invalidate to cause the control to be redrawn.
|
Decrements the internal counter for buffering calls to Update. |
Version 4.0 | Generated 2025-05-03 | Home |