ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous WINDEV functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Emits a beep. This sound corresponds to the system sound of Windows (adjustable in the control panel or by choosing a desktop theme).
Example
IF HFound() = False THEN
	Message("Non trouvé")
	Beep()
END
Syntax
Beep()
Remarks
  • If no sound card is found (or installed), the speaker found on the motherboard is used to emit a beep.
  • The function is not blocking: as soon as the sound is started, the rest of the program runs. The program does not wait for the end of the sound.
  • The user can disable the sound system via the control panel.
  • If several calls to Beep are performed one after another in the same process, only a single sound will be heard.
Component: wd300obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help