WebApplication.DisconnectMessage

From Xojo Documentation

Read-Only Property (As String )
StringValue = aWebApplication.DisconnectMessage

New in 2011r2

Supported for all project types and targets.

The message that appears when the client has lost its connection to the server. This message can be set by the developer at design-time only.

Notes

Starting with 2017r1 you can enclose text in <raw></raw> tags to send unparsed HTML to the page.

For example, you can set his property to this text to display a link when the app goes offline that you can click to reconnect to the app (running locally):

"The application has gone off-line. Please click <raw><a href="http://127.0.0.1:8080">here</a></raw> to try again."