gwa.app.TAppVersions type
The TAppVersions type defines a record for describing server and application version information.
Syntax
TYPE TAppVersions RECORD
serverVersion STRING
version STRING
serverBuild gwa.app.TBuildDateTime
build gwa.app.TBuildDateTime
END RECORD
-
serverVersion
holds the server version -
version
holds the application version. -
serverBuild
holds the server version's build date-time stamp. -
build
holds the current version's build date-time stamp.
Usage
It provides an API to get server and application version information. A variable of the type
TAppVersions
must be defined.