Type   Default Value   Read Only   Description
String N/A Yes The QuickTime version

 

   
Notes
 
     

A read-only string describing the version of QuickTime currently installed. If QuickTime is not installed the string will be empty.

 

   
See Also
 
     

None.

 

   
Example
 
     

[Visual Basic]
Dim myobj As New Gestalt
Response.Write("QT Version " + myobj.QuickTime)

[C#]
Gestalt myobj = new Gestalt();
Response.Write("QT Version " + myobj.QuickTime);

The above will produce the following output - depending on your installation of QuickTime:

QT Version 7.0.2