ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / CD and DVD 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
CDList (Function)
In french: CDListe
Returns the list of CD/DVD players installed on the current computer.
Example
WINDEVWEBDEV - Server codeReports and QueriesWindowsUser code (UMC)
// Displays the list of CD/DVD players  
// found on the current computer in LIST_ListPlayers  
ListAdd(LIST_ListPlayers, CDList())
Syntax
<Result> = CDList()
<Result>: Character string
List of players installed on the current computer, in the following format:
<Identifier of player 1> + CR + ... + <Identifier of player N>
WEBDEV - Server code The current computer corresponds to the Web server.
Remarks
WINDEV The CD functions are available for Windows XP and later.
WEBDEV - Server code The player used corresponds to the player found on the Web server. This server must be running Windows XP or later.
Component: wd290grv.dll
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help