Previous Document Next Document

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


Application.VersionMinor

Property VersionMinor As Long

Description

Member of Application

The VersionMinor property returns version information about CorelDRAW. The VersionMinor property is set to 0 (zero) for a mainstream application.

The VersionMinor property returns a read-only value.

VBA example

The following VBA example checks the current version of CorelDRAW to ensure that the version number is at least 14.123.

Sub MajorVersion()
 If VersionMajor = 14 And VersionBuild < 123 Then
  MsgBox "This script required that CorelDRAW version 14.123 or later be installed."
 End If
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.