gwa.app.TServerVersionAndBuildResult type
The TServerVersionAndBuildResult type defines a record for checking the up-to-date status of the application on the server.
Syntax
TYPE TServerVersionAndBuildResult RECORD
serverVersion STRING
serverBuild gwa.app.TBuildDateTime
error STRING
END RECORD
-
serverVersion
holds the server version -
serverBuild
holds the server version's build date-time stamp. error
holds an error message.
Usage
It provides a type for checking the up-to-date status of the application on the server .