BBjMsgBox::message

Description

In BBj 25.03 and higher, this method sets the message text or HTML for this BBjMsgBox.

Syntax

Return Value Method
BBjMsgBox message String message)

Parameters

Variable Description
message Message text or HTML.

Return Value

Returns this BBjMsgBox object, enabling methods to be chained.

Remarks

The message text can also be specified with bbjapi().msgbox ("message").

Example

print bbjapi().msgbox().message("This is a BBjMsgBox").show()

See Also

BBjAPI

MSGBOX() Function

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.