Constant

AppSupportsHiDPI


Description

Indicates if the app is built with Supports HiDPI property set to ON.

Usage

result = AppSupportsHiDPI

Part

Type

Description

result

Boolean

Returns True if you are compiling or running an app with Supports HiDPI property set to ON.

Sample code

Use AppSupportsHiDPI to isolate code specific for when Supports HiDPI is ON or OFF.

#If AppSupportsHiDPI Then
  ' Load a different image
#Endif

Compatibility

All project types on all supported operating systems.