TdxStatusBarPanelStyle.EndUpdate Method
Enables control modifications after a BeginUpdate method call.
Declaration
procedure EndUpdate;
Remarks
The EndUpdate method is used in conjunction with the BeginUpdate method to prevent multiple updates of the control when performing consecutive modifications. The EndUpdate method enables control updates and forces its immediate repainting.
Note
Calling the EndUpdate method is the same as calling the EndUpdate method of the control’s panel collection. The collection of panels can be accessed via the Panels property of the status bar.
See Also