TdxStatusBarPanelStyle.EndUpdate Method
In This Article
Enables control modifications after a BeginUpdate method call.
#Declaration
Delphi
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 End
See Also