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

TdxTabbedMDIManager.EndUpdate(Boolean) Method

Unlocks tabbed MDI children after a call to the BeginUpdate method.

#Declaration

Delphi
procedure EndUpdate(AForceUpdate: Boolean);

#Parameters

Name Type
AForceUpdate Boolean

#Remarks

Use the BeginUpdate and EndUpdate methods to perform several sequential changes while updating MDI children only once.

AForceUpdate specifies whether an immediate update is required. Set AForceUpdate to True, to invalidate the layout for further repainting.

See Also