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

Boolean

Returns True if you are compiling or running an app that supports a GUI.

Compatibility

All project types on all supported operating systems.