4D v14.3MAXIMIZE WINDOW |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
MAXIMIZE WINDOW
|
MAXIMIZE WINDOW {( window )} | ||||||||
Parameter | Type | Description | ||||||
window | WinRef |
![]() |
Window reference number or if omitted, all current process frontmost windows (Windows) or current process frontmost window (Mac OS) | |||||
The MAXIMIZE WINDOW command triggers the expansion of the window whose reference number was passed in window. If this parameter is omitted, the effect is the same but is applied to all the frontmost windows of the current process (Windows) or to the frontmost window of the current process (Mac OS).
This command has the same effect as a click on the zoom box of a 4D application window:
The size of the window is increased to match the current size of the application window. The maximized window is set to be the frontmost window. If you do not pass the window parameter, the command is applied to all the application windows.
Windows zoom box
The size of the window is increased to match the size of its contents. If you do not pass the window parameter, the command is applied to the frontmost window of the current process.
Zoom box on Mac OS
Notes:
MAXIMIZE WINDOW sets a window to its "maximum" size. If the window is actually a form whose size was defined in the form properties, the window size is set to those values.
A later click on the zoom box of the window or a call to the MINIMIZE WINDOW command reduces the window to its initial size. On Windows, a call to MINIMIZE WINDOW without parameters sets the size of all application windows to their initial sizes.
This example sets the window size of your form to full screen when it is opened. To achieve this, the following code is placed in the form method:
` In the Form method
MAXIMIZE WINDOW
Product: 4D
Theme: Windows
Number:
453
Created: 4D v6.0.5
4D Language Reference ( 4D v11 SQL Release 6)
4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
Parent of : MAXIMIZE WINDOW ( 4D v14 R3)