TTMSFNCAppUpdateAppInfo Class
Holds descriptive information about an available update, such as the confirmation message, release notes, license text, and an information URL.
API unit family: TMSFNCAppUpdate
Inherits from: TPersistent
Syntax
TTMSFNCAppUpdateAppInfo = class(TPersistent)
Remarks
The values are typically read from the control file and may be presented to the user before the update is applied.
Properties
| Name | Description |
|---|---|
| EULA | End-user license agreement text associated with the update. |
| URL | Information URL the user can open to learn more about the update. |
| UpdateMessage | Message shown to confirm the update; when set, the user is prompted before the update starts. |
| WhatsNew | Release notes or change description for the available update. |