Property

System.QuickTime


Warning

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

Description

Provides access to the QuickTime module which returns certain properties of the QuickTime software installed on the user's computer (Windows and OS X).

Notes

Refer to System.Gestalt for an example that displays the QuickTime version.

Sample code

This example determines whether QuickTime is installed.

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

Compatibility

All project types on all supported operating systems.