Previous Document Next Document

Object Model Reference : Classes : A : Application : Properties : Application.Version


Application.Version

Property Version As String

Description

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.

VBA example

The following VBA 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 2013 Corel Corporation. All rights reserved.