Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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 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