AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones MDI
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
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local