<div class="meta" robots="noindex">

</div>

Property

# System.QuickTime

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

<div class="warning">

<div class="title">

Warning

</div>

This item was deprecated in version 2013r4. There is no replacement.

</div>

## Description

Provides access to the <span class="title-ref">QuickTime</span> module which returns certain properties of the <span class="title-ref">QuickTime</span> software installed on the user's computer (Windows and OS X).

## Notes

Refer to `System.Gestalt</api/deprecated/deprecated_class_members/system.gestalt>` for an example that displays the <span class="title-ref">QuickTime</span> version.

## Sample code

This example determines whether <span class="title-ref">QuickTime</span> is installed.

``` xojo
If System.QuickTime.Installed Then
MsgBox("QuickTime is installed!")
End if
```

## Compatibility

All project types on all supported operating systems.
