Beep handler prototype.
Source position: sysutilh.inc line 270
type TBeepHandler = procedure; |
TBeepHandler is the prototype used by the OnBeep handler. This in turn is called by the Beep call to actually implement the beep functionality. The call takes no arguments.
|
Event called by Beep to actually implement beep. |
|
|
Sound the system bell. |