Event called by Beep to actually implement beep.
Source position: sysutilh.inc line 273
var OnBeep: TBeepHandler = Nil; |
OnBeep is calles whenever Beep is called. Beep contains no implementation to actually produce a beep, since there is no way to implement beep in a meaningful way for all possible implementations.
|
Sound the system bell. |