OnBeep
Event called by Beep to actually implement beep
Declaration
Source position: sysutilh.inc line 250
var
OnBeep : TBeepHandler = Nil;
Description
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.
See also
Name | Description |
---|---|
Beep | Sound the system bell. |
TBeepHandler | Beep handler prototype |