Constant

# TargetXojoCloud

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

## Description

True on apps deployed to the Xojo Cloud, False for anything else.

## Usage

``` xojo
result = TargetXojoCloud
```

| Part   | Type                               | Description                                                                   |
|--------|------------------------------------|-------------------------------------------------------------------------------|
| result | `Boolean</api/data_types/boolean>` | Returns `True</api/language/true>` if you are running your app on Xojo Cloud. |

## Compatibility

|                       |     |
|-----------------------|-----|
| **Project Types**     | All |
| **Operating Systems** | All |

<div class="seealso">

`TargetWeb</api/compiler_directives/targetweb>`, `Target32Bit</api/compiler_directives/target32bit>`, `Target64Bit</api/compiler_directives/target64bit>` constants; `＃If...＃EndIf</api/compiler_directives/if...endif>` statement; `Introduction to Xojo Cloud</topics/xojo_cloud/introduction_to_xojo_cloud>` topic

</div>
