ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Managing external languages / Object 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
WavPlay (External language)
In french: SonJoue
Plays the requested sound. The sound interpreter must be initialized by SoundInit.
Example
// In C
CALLWD("WavPlay,DING.WAV");
// In Pascal
CALLWD('WavPlay,DING.WAV');
// In VB
call CALLWD("WavPlay,DING.WAV")
Syntax
WavPlay(<Sound Name>)
<Sound Name>: Character string
Name of the sound file to play. This file is a ".WAV" or ".VOC" file.
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help