ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous WINDEV functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
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("Not found")
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 locking: as soon as the sound is started, the rest of the program is run. 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: wd290obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help