mdiWindowListOrder

Type: Integer

Availability: Read or write at any time

The mdiWindowListOrder property of the Application class specifies the order that child forms are displayed in the Window Menu list of child forms and in the MDI tabs down arrow list. 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 window list order can be one of the following Application class constants.

Class Constant Integer Value The Window list menu and the MDI tabs down arrow...
MdiWindowList_Order_Creation 0 Show the list of MDI child forms in creation order (the default order).
MdiWindowList_Order_LastUse 1 Show the list of MDI child forms in last‑use order.
MdiWindowList_Order_Alphabetic 2 Show the list of MDI child forms in caption alphabetic order.

2020.0.01 and higher

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