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
  1. upToDate holds the boolean value for the up-to-date status of the application.
  2. updatePerformed holds the boolean value for the status of the update.
  3. error holds an error message.

Usage

It provides a type for the result in gwa.app.updateDialog().