ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / MDI functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
MDIWindowMenu (Function)
In french: MDIMenuFenêtre
Modifies the layout of the MDI child windows.
Remark: MDIWindowMenu can only be used with windows defined as "MDI child windows" in the window editor
Example
// Minimize all the opened MDI child windows
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: wd290obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help