BBjButton::getBeep
Description
In BBj 15.00 and higher, this method returns a boolean value indicating whether to beep on the client when the user clicks this BBjButton.
Syntax
Return Value |
Method |
boolean |
getBeep() |
Parameters
None.
Return Value
Returns a boolean value indicating whether to beep on the client when the user clicks this BBjButton; 0= false, 1 = true.
Remarks
Mobile browsers only allow application programs to generate sounds as a direct result of user action, like clicking a button. Because of this restriction, mobile browsers ignore BBjSysGui::beep when running in BUI.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.