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 in its maximum size.
Note The function Maximize function performs the same action as the enlarge button in the top right-hand corner of windows.
Example
// Affichage de la fenêtre "FEN_SaisieClient" dans sa taille maximale
Maximize(FEN_SaisieClient)
Syntax
Maximize([<Window>])
<Window>: Window name
Name of the window that must be displayed in its maximum size.
If this parameter is not specified or if it is an empty string (""), the current window is displayed in its maximum size.
Component: wd300obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help