QuickTime Module

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

Properties

Installed


Methods

None


Example

This example determines whether QuickTime is installed.

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

See Also

System object.