BBjSysGui::beep

Description

In BBj 15.0 and higher, this method emits an audio beep on the client.

Syntax

Return Value

Method

void

beep()

Parameters

None.

Return Value

None.

Remarks

Mobile browsers only allow beeps as a direct result of user action, so this is treated as a no-op in iOS and Android when running in BUI.

Example

rem ' BBjSysGui::beep

sysgui = unt
open (sysgui)"X0"
sysgui! = bbjapi().getSysGui()
sysgui!.beep()

See Also

BBjAPI

BBjWindow

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