Constant
TargetHasGUI
Warning
This item was deprecated in version 2015r1. Please use TargetDesktop as a replacement.
Description
Used to indicate whether the application has a GUI. ConsoleApplications do not.
Usage
result=TargetHasGUI
Part |
Type |
Description |
---|---|---|
result |
Returns True if you are compiling or running an app that supports a GUI. |
Compatibility
All project types on all supported operating systems.
See also
DebugBuild, XojoVersion, XojoVersionString, TargetBigEndian, TargetLinux, TargetLittleEndian, TargetMachO, TargetMacOS, TargetWeb, TargetWindows, TargetX86 constants; #If...#Endif statement; ConsoleApplication, ServiceApplication classes.