ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Window functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Displays a WINDEV window to its initial size.
Note: The Restore function performs the same action as the restore button in the top right-hand corner of windows.
Example
// Affichage de la fenêtre "FEN_SaisieClient" dans sa taille initiale
Restore(FEN_SaisieClient)
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: wd300obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
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 Jun. 2021

Last update: 09/21/2024

Send a report | Local help