AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de ventanas
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
Displays a WINDEV window to its initial size.
Remark: Restore performs the same action as the restore button at the upper-right corner of the windows.
Example
// Display the "WIN_EditCustomer" window in its initial size
Restore(WIN_EditCustomer)
Syntax
Restore([<Window>])
<Window>: Optional window name
Name of the window that must be displayed in its initial size.
If this parameter is not specified or if corresponds to an empty string (""), the current window is displayed in its initial size.
Component: wd290obj.dll
Versión mínima requerida
  • Versión 9
Comentarios
exemplo mdi open e restore
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: 26/05/2022

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