Skip to main content

TdxTabbedMDIManager.EndUpdate(Boolean) Method

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

Declaration

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