Returns the specified version information of the App 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).
[ vInfo = ] Object.VersionInfo ( enAVersionInfo )
The VersionInfo property syntax has the following parts:
Name |
Type |
Description |
Object |
AApp |
AApp object |
enAVersionInfo |
Val enumAVersionInfo |
An integer specifying the type of version information requested. |
vInfo |
Val Variant |
The version information. |
enumAVersionInfo can be one of the following:
Name |
Value |
Description |
aversionInfoNumber |
1 |
Number |
aversionInfoTime |
2 |
Time |
aversionInfoUserName |
3 |
User Name |
aversionInfoDescription |
4 |
Description |
aversionInfoLastLabel |
5 |
LastLabel |
aversionInfoLastModifiedNumber |
6 |
The Last Modified Number |
aversionInfoLastModifiedTime |
7 |
The Last Modified Time |
aversionInfoLastModifiedUserName |
8 |
The Last Modified User Name |
aversionInfoLastModifiedDescription |
9 |
The Last Modified Description |
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.
The following statement prints to the log the time that the current project document was last modified:
print App.VersionInfo(aversionInfoLastModifiedTime)
ADriver.VersionInfo, AProgram.VersionInfo, ASystem.VersionInfo, enumAVersionIInfo, File menu Versions, File Versions dialog