VersionInfo Property (ADriver)

Returns the specified version information of the Driver object. This is used for maintaining versions of ATEasy Application files.  This version info can be entered/modified via File menu Versions (File Versions dialog).

Syntax

[ vInfo = ] Object.VersionInfo ( enInfo )

The VersionInfo property syntax has the following parts:

 

Name

Type

Description

Object

ADriver

ADriver object

enInfo

Val enumAVersionInfo

An enum specifying the type of version information.

vInfo

Val Variant

The version information.

Where

enumAVersionInfo can be one of the following values:

 

Name

Value

Description

aversionInfoNumber

1

Number

aversionInfoTime

2

Time

aversionInfoUserName

3

User Name

aversionInfoDescription

4

Description

aversionInfoLastLabel

5

LastLabel

aversionInfoLastModifiedNumber

6

Number Last Modified

aversionInfoLastModifiedTime

7

Time Last Modified

aversionInfoLastModifiedUserName

8

User Name Last Modified

aversionInfoLastModifiedDescription

9

Last Modified Description

Comments

The first set of version information (Number, Time, User Name, and Description) is created by the user request via setting the"Save Version Auto" flag in the project Sharing property page. If the user did not set the Auto flag, then the system remembers the last modified version information.

Example

The following statement prints to the log the current Driver VersionInfo User Name:

print Driver.VersionInfo ( aversionInfoUserName )

Applies to

ADriver

See Also

AApp.VersionInfo, AProgram.VersionInfo, ASystem.VersionInfo, InterfaceInfo, enumAVersionInfo, File menu Versions, File Versions dialog