mdiFrame
Type: Boolean
Availability: Read or write at any time, but changing the value after the form has been built has no impact
The mdiFrame property of the Form class causes the form to always be built as an MDI frame form when the value is set to true, regardless of the setting of the
By default, MDI child forms are placed in a default MDI frame supplied automatically by Jade.
The
An MDI frame automatically creates a child client window that covers the non-border area of the frame when the first MDI child form is created. The child MDI forms are placed inside this client window. If the MDI frame is defined with controls, the child client window is automatically placed into an empty area of the form.
An MDI frame form has sizable borders, regardless of the borderStyle property value for the form in Painter.
The moveMdiClient method for forms enables client windows to be positioned as required; for example, below toolbars and above status lines. Call the moveMdiClient method from the resize method of the form.