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