ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / MDI functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
MDIWindowMenu (Function)
In french: MDIMenuFenêtre
Modifies the layout of the MDI child windows.
Note: The MDIWindowMenu function can only be used for windows defined as "MDI daughters" in the window editor.
Example
// Iconiser toutes les fenêtres filles MDI ouvertes
MDIWindowMenu(mdiMinimizeAll)
Syntax
MDIWindowMenu(<Action>)
<Action>: Character String constant
Indicates the action to perform:
mdiArrangeAligns the icons of the minimized MDI child windows.
mdiCascadeDisplays the opened MDI child windows in cascade.
mdiCloseAllCloses all the opened MDI child windows.
mdiMinimizeAllMinimizes all the opened MDI child windows.
mdiRestoreAllDisplays the opened MDI child windows in their initial size.
mdiTileTiles the opened MDI child windows.
mdiTileHTiles the opened MDI child windows horizontally.
Component: wd300obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help