ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

UPNPModifyContrast (Function)
Modifies the contrast of a UPnP device.
UPNPGetContrast (Function)
Retrieves the contrast of a UPnP device.
UPNPGetVolume (Function)
Retrieves the volume of a UPnP device.
UPNPGetSharpness (Function)
Retrieves the sharpness of a UPnP device.
UPNPModifySharpness (Function)
Changes the sharpness of a UPnP device.
UPNPModifyVolume (Function)
Change the volume of a UPnP device.
UPNPGetBrightness (Function)
Retrieves the brightness of a UPnP device.
UPNPModifyBrightness (Function)
Modifies the brightness of a UPnP device.
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
WINDEV concepts
UPNPExecuteAction (Function)
Runs an action on the UPnP service.
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
BufferToURI (Function)
Saves the contents of a buffer to a resource identified by its URI.
iDirImageHTML (Function)
Used to select the directory in which the images must be generated during a print in HTML format.
Extracting the text of the project
The following text can be extracted......
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
UPNPFindDevice (Function)
Finds a device based on its unique name (UDN).
Reduced (Property)
The Reduced property is used to determine if a Dockable Panel control is expanded/collapsed, or to switch between the two states....
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
Report controls
Several types of controls can be handled in a report created by the report editor......
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
StringToUTF8 (Function)
Converts an ANSI or UNICODE string to UTF-8.
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....