dockMdi

dockMdi();

The dockMdi method of the Form class docks a floating MDI child form back into its MDI frame. This method does nothing if the form is not floating or if the form is not an MDI child.

When the MDI child form is docked, the position and size of the form is restored to its values when it was floated if the current top-most MDI child form in the MDI frame is not maximized. If the current top-most MDI child form in the MDI frame is maximized, the docked form is also maximized.

2020.0.01 and higher