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
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.