QuickTime

From Xojo Documentation

Module

Provides access to certain properties of the QuickTime software installed on the user's system. Accessible via the System module.


Properties
Installed


Examples

This example determines whether QuickTime is installed.

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


See Also

System module.