Version Property (Application Object)

Scope: Schematic editor

Object: Application Object

Access: Read-Only

Prerequisites: None

Returns the version number of the application that appears when you choose About Xpedition Designer on the Help menu.

Usage

Application.Version

Arguments

None

Return Values

String. A string relating the version number of the application that is currently in use.

Examples

This syntax causes a message box to appear with the current Xpedition Designer version number.

MsgBox Application.Version