4D v14.3

MAXIMIZE WINDOW

Home

 
4D v14.3
MAXIMIZE WINDOW

MAXIMIZE WINDOW 


 

MAXIMIZE WINDOW {( window )} 
Parameter Type   Description
window  WinRef in 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:

  • This command only applies to windows that contain a zoom box. If the window type does not include it, the command does nothing. For more information, please refer to the Window Types section. 
  • On Mac OS, the zoom is based on the contents of the window; so, the command must be called in a context where the contents of the window are defined, for example in a form method. Otherwise, the command does nothing. 
  • If the window is already maximized, the command does nothing.

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.

Example  

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

 
PROPERTIES 

Product: 4D
Theme: Windows
Number: 453

Mac OS specificWindows specific

 
HISTORY 

Created: 4D v6.0.5

 
SEE ALSO 

MINIMIZE WINDOW

 
ARTICLE USAGE

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)