This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20 R7
Is window maximized

Is window maximized 


 

Is window maximized ( window ) -> Function result 
Parameter Type   Description
window  WinRef in Window reference number
Function result  Boolean in True if the window is maximized, False otherwise

The Is window maximized command returns True if the window whose reference number is passed in window is currently maximized, and False otherwise. 

Example  

You want to switch between the maximized and previous states:

 If(Is window maximized($winRef))
    MINIMIZE WINDOW($winRef)
 Else
    MAXIMIZE WINDOW($winRef)
 End if



See also 

Is window reduced
MAXIMIZE WINDOW

 
PROPERTIES 

Product: 4D
Theme: Windows
Number: 1830

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v20 R5

 
ARTICLE USAGE

4D Language Reference ( 4D v20 R7)