BBjInputD::setBeep
Description
In BBj 4.00 and higher, this method sets whether BBjInputD control is to beep on invalid input.
Syntax
|
Return Value |
Method |
|
void |
setBeep(int beep) |
Parameters
|
Variable |
Description |
|
beep |
Specifies whether to beep on invalid input. 0 = No Beep 1 = Beep |
Return Value
None.
Remarks
By default, the BBjInputD control does not beep on invalid input.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.