ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
HDataSourceKnown (Function)
Determines if a data source has been initialized.
SQLListSource (Function)
Lists the data sources declared on a local site.
UPNPGetSharpness (Function)
Retrieves the sharpness of a UPnP device.
UPNPGetVolume (Function)
Retrieves the volume of a UPnP device.
UPNPModifySharpness (Function)
Changes the sharpness of a UPnP device.
UPNPModifyVolume (Function)
Change the volume of a UPnP device.
UPNPModifyContrast (Function)
Modifies the contrast of a UPnP device.
UPNPModifyBrightness (Function)
Modifies the brightness of a UPnP device.
WDADMINEXE : Information about last available update
The "Setup" tab of WDADMINEXE contains information regarding the last available update of the application......
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
UPNPExecuteAction (Function)
Runs an action on the UPnP service.
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
dCopy (Function)
Copies an image to another image.
ArcTan2 (Function)
Returns the arc tangent 2 of the values passed in parameter.
ArcCos (Function)
Returns the arc cosine of a numeric value (integer or real).
ArcSin (Function)
Returns the arc sine of a numeric value (integer or real).
Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
RoundToMultiple (Function)
Returns a numeric value rounded to the nearest multiple of another numeric value.
<Array>.Sum (Function)
Calculates the sum of the array elements.
<Array>.Max (Function)
Returns the greatest value in the array.
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
SysTheme (Function)
Returns the current theme used on the mobile device.
UPNPFindDevice (Function)
Finds a device based on its unique name (UDN).
Sum (Function)
Calculates the sum of the array elements.
Max (Function)
Returns the greatest value passed as parameter.
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......