mdiStyle

Type: Integer

Availability: Read or write at any time

The mdiStyle property of the Application class specifies the default MDI child form style for an application at run time. You can also set the application style in the Mdi Style group box on the Form sheet of the Define Application dialog in the JADE development environment.

The MDI child form style can be one of the following Application class constants.

Class Constant Integer Value Description
MdiStyle_Mdi 0 Standard MDI child forms that were available in earlier JADE releases (the default style).
MdiStyle_Mdi_With_Tabs 1 Standard MDI child forms with a tab on the MDI frame for each child form. The child forms can be maximized, minimized, and restored.
MdiStyle_Tabs_Only 2 MDI child form with a tab only for each child form on the MDI frame. Only the top MDI child form is visible, and it is always maximized.

For MdiStyle_Mdi_With_Tabs and MdiStyle_Tabs_Only style MDI child forms:

2020.0.01 and higher

This property applies only to forms that have been created in version 2020.0.01 and higher.