|
|
|
| |
|
| #WhiteUnicorn/ StartPage/ Documentation/DelphiFAQ > |
|
| |
How can I beep the PC Speaker?
Call the Windows API function MessageBeep. Example: procedure TForm1.Button1Click(Sender: TObject); begin MessageBeep(word(-1)); end;
|
| |
|
| #WhiteUnicorn/ StartPage/ Documentation/DelphiFAQ > |
|
| |
|
| ||
|
|
|
|
|
| ||