gwa.app.TUpdateDialogResult type
The TUpdateDialogResult type defines a record for returning the result of the up-to-date status of the application on the server.
Syntax
TYPE TUpdateDialogResult RECORD
upToDate BOOLEAN
updatePerformed BOOLEAN
error STRING
END RECORD
upToDate
holds the boolean value for the up-to-date status of the application.updatePerformed
holds the boolean value for the status of the update.error
holds an error message.
Usage
It provides a type for the result in gwa.app.updateDialog().