| 4D v18Is Windows | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
 | 
    4D v18
 Is Windows 
         | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Is Windows -> Function result | ||||||||
| Parameter | Type | Description | ||||||
| Function result | Boolean |   | True if operating system = Windows, else False | |||||
The Is Windows command returns True if the current operating system is Windows.
You want to determine if the current operating system is Windows:
 If(Is Windows)
    ALERT("It's Windows")
 Else
    ALERT("It's not Windows")
 End if
	Product:  4D
	Theme:  System Environment
	Number:  
        1573
        
        
        
	
	Created:  4D v17
	
	
	
	
	
	
	
	
	4D Language Reference ( 4D v18)
	
	
	
	
	
 Add a comment
Add a comment