Object Model Reference : Classes : A : Application : Properties : 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 14.123, the Version value would be Version 14.123.
The Version property returns a read-only value.
The following VBA example displays the current version of CorelDRAW in a message box.
Sub AppVersion() |
MsgBox "You are using: " & Version |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.