Back to product page

Caption property


Holds caption of the message.

Type

A String value

Syntax

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

Remarks

Holds message's caption information. This is typically used for the title or subject of the message.

To get actual body of the message, use Text property.

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

Platforms

Windows