AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones MDI
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Nota: Estas funciones también están disponibles en la sintaxis con prefijo (Funciones MDI (sintaxis con prefijo)).
Las funciones MDI son las siguientes:
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.
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
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 06 2021

Última modificación: 14/09/2024

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