BBjMsgBox::title

In BBj 25.03 and higher, this method sets the title text for this BBjMsgBox dialog.

Syntax

Return Value Method
BBjMsgBox title(String title)

Parameters

Variable Description
title BBjMsgBox dialog title text.

Return Value

Returns this BBjMsgBox object, enabling methods to be chained.

Example

msgbox! = bbjapi().msgbox("BBjMsgBox Message").title("BBjMsgBox Title")
print msgbox!.show()

See Also

BBjAPI

MSGBOX() Function

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