ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sub-query
A sub-query is a query whose result is used by another query...
psheetSelection (Type of variable)
The psheetSelection type is used to find out the advanced characteristics of a selection in a Spreadsheet control.
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
fDir (Function)
Finds a file or directory.
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
btleCharacteristic (Type of variable)
The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service.
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
The J2EE structure
The following structure is used to pass parameters to a procedure run on a server of J2EE XML Web services......
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
GPSGetPosition (Function)
Retrieves information about the current device position.
HAdd (Example)
Usage example of the HAdd function
dFont (Function)
Declares the font that will be used by dText: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
TreeCollapse (Function)
Collapses a branch previously expanded.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
XMLAddChild (Function)
Adds a child tag into an XML document.
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
DotNetRun (Function)
Runs a procedure on a .Net server.
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
MatMultiply (Function)
Multiplies two matrices.
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
sfExecuteProcessResult (Type of variable)
The sfExecuteProcessResult type is used to find out the result of SFExecuteProcess...