BBjAPI::msgbox

Description

In BBj 25.03 and higher, this method returns a BBjMsgBox object, equivalent to the MSGBOX() Function.

Syntax

Return Value Method
BBjMsgBox msgbox()
BBjMsgBox msgbox(String message)

Parameters

Variable Description
message Message text.

Return Value

Returns a BBjMsgBox object, equivalent to the MSGBOX() Function.

Example

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

See Also

BBjAPI

BBjMsgBox

MSGBOX() Function

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