4D v17.4

Is Windows

Home

 
4D v17.4
Is Windows

Is Windows 


 

Is Windows -> Function result 
Parameter Type   Description
Function result  Boolean in True if operating system = Windows, else False

The Is Windows command returns True if the current operating system is Windows.

Example  

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



See also 

Get system info
Is macOS

 
PROPERTIES 

Product: 4D
Theme: System Environment
Number: 1573

This command can be run in preemptive processes

 
HISTORY 

New
Created: 4D v17

 
ARTICLE USAGE

4D Language Reference ( 4D v17)
4D Language Reference ( 4D v17.1)
4D Language Reference ( 4D v17.2)
4D Language Reference ( 4D v17.3)
4D Language Reference ( 4D v17.4)