ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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...
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.
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
<upnpDevice variable>.MediaStop (Function)
Stops reading the current media on the UPNP device.
<upnpDevice Variable>.MediaPlay (Function)
Starts reading the current media on the UPnP device.
<upnpDevice variable>.MediaOpen (Function)
Opens a media on the UPnP device.
<upnpDevice variable>.MediaPause (Function)
Pauses the reading of the current media on the UPnP device.
<Array>.Min (Function)
Returns the lowest value in the array.
<Array>.Mean (Function)
Calculates the mean of the values within an array.
InitRandom (Function)
Initializes the generator of random numbers.
ArcTan (Function)
Returns the arc tangent of a numeric value (integer or real).
Min (Function)
Returns the lowest value.
UPNPMediaPlay (Function)
Starts reading the current media on the UPnP device.
UPNPMediaOpen (Function)
Opens a media on the UPnP device.
UPNPMediaPause (Function)
Pauses the reading of the current media on the UPnP device.
UPNPMediaStop (Function)
Stops reading the current media on the UPNP device.
<DiskFile variable>.Size (Function)
Returns the size of a file (in bytes).
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......