ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
Min (Function)
Returns the lowest value.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
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).
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
Ln (Function)
Calculates the Napierian logarithm (reverse of exponential) of a numeric value.
Log (Function)
Calculates the decimal logarithm of a numeric value.
Sin (Function)
Returns the sine of an angle.
fSize (Function)
Returns the size of a file (in bytes).
BitwiseNOT (Function)
Returns the result of a bitwise NOT operation performed on a value.
AAF: Automatic column filtering of Table Column controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
BitwiseOR (Function)
Returns the result of the bitwise OR operation performed between two values.