Back to Devexpress

dxBarLockMainFormOnMergingMDIChildForm Variable

vcl-dxbar-88ad1f22.md

latest660 B
Original Source

dxBarLockMainFormOnMergingMDIChildForm Variable

Controls locking the main form for repainting updates on merging an MDI child form.

Declaration

delphi
var dxBarLockMainFormOnMergingMDIChildForm: Boolean = True;

Variable Value

Type
Boolean

Remarks

Assign False to the variable to disable locking, which may cause the main form to flicker in certain cases. The default value ( True ) indicates that the main form is locked for repainting updates.

See Also

TdxTabbedMDIManager

dxBar Unit