Previous Document Next Document
Application.Version

Property Version As String

Member of Application

The Version property returns version information about CorelDRAW. The Version property contains the version major number (before the decimal) and version build number (after the decimal). For example if the current version is 11.388, the Version value would be Version 11.388.

The Version property returns a read-only value.

The following code example displays the current version of CorelDRAW in a message box.

Sub AppVersion() 
 MsgBox "You are using: " & Version 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.