dxBarLockMainFormOnMergingMDIChildForm Variable
Controls locking the main form for repainting updates on merging an MDI child form.
Declaration
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