ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ShellExecute (Function)
Opens a document in its associated application.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
tapiAnswerCall (Function)
Answers an incoming call that was detected.
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.
Retrieving documents coming from Twain devices
Several WINDEV functions allow you to retrieve documents from a Twain device......
GPSDetectPosition (Function)
Asks to be notified when the device gets close to a given location.
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
nfcTag (Type of variable)
The nfcTag type is used to define the advanced characteristics of an NFC tag (Near Field Communication).
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
NetConnect (Function)
Connects to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
DnDIsDataAvailable (Example)
Usage example of the DnDIsDataAvailable function
NetworkConnect (Function)
Associates a drive with a shared network directory.
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
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...
HServerWorkingDir (Function)
Returns the path of a temporary directory on the HFSQL server.
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
Keywords (Property)
The Keywords property is used to get and modify the keywords associated with a page.
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
PermissionRequest (Function)
Prompts the user to grant an application permission.
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.