Displays a WINDEV window in its maximum size.
Remark: Maximize performs the same action as the maximize button at the upper-right corner of the windows.
// Display the "WIN_EditCustomer" window in its maximum size
Maximize(WIN_EditCustomer)
Syntax
<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.