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
Remark: These functions are also available in prefix syntax (MDI functions (prefix syntax)).
The MDI functions are as follows:
MDIActiveIdentifies or displays an MDI child window in the foreground.
MDIEnumChildReturns the alias of the specified MDI child window.
MDIMotherIdentifies the name of the MDI parent window.
MDIOpenOpens and enables an MDI child window.
MDIWindowMenuModifies the layout of the MDI child windows.
Related Examples:
WD Multi-Windowing Training (WINDEV): WD Multi-Windowing
[ + ] This example presents the basic concepts for managing the multi-windowing and the dynamic tabs with WINDEV.

This example includes a simple interface for managing the customer forms:
- multi-windowing with MDI interface,
- multi tabs with a dynamic tab control.
Minimum version required
  • Version 9
This page is also available for…
Comments
exemplo mdi
https://windevdesenvolvimento.blogspot.com/2021/05/dicas-3345-windev-webdev-mobile-como.html
https://youtu.be/VeBSVmXatSE

IF WinStatus(WIN_Pdf)=NotFound THEN
OpenChild(WIN_Pdf)
ELSE
Restore(WIN_Pdf)
END

amarildo
03 Jun. 2021

Last update: 06/22/2023

Send a report | Local help