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