Back to product page

Text property


Holds full text of the message (even with HTML).

Type

A String value

Syntax

  • Basic
object.Text [= value]
The Text(object,value) syntax has these parts:
objectAn expression evaluating to an object of type UpdMessage.
valueA String value.

Remarks

Holds full message text, in format of your choice (all text must remain on the same line). You can put HTML, XML or plain text data here. Typically this is information you will show to your end-users.

wodAppUpdate doesn't use this information internally. It's up to you to decide what to do about it.

Platforms

Windows