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
upToDateholds the boolean value for the current status of the application.updatePerformedholds the boolean value for the status of the update.errorholds an error message.
Usage
It provides a type for the result in gwa.app.updateDialog.