ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
SQLPrevious (Function)
Positions on the previous row of the query result.
3. Deploying a WINDEV application
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button......
6. Chart and Pivot Table
WINDEV Tutorial: WINDEV application: Managing data Lesson 6 - Chart and Pivot Table - 30 min
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
XMLFind (Function)
Performs a search in an XML document.
Accessibilité (Property)
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
Importing and exporting a WEBDEV Application Server
WEBDEV Account Manager allows you to easily import and export the WEBDEV Application Server configuration......
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
InfoBuild (Function)
Displays a custom message in a system information window.
Execute (Function)
Starts the execution of a process through programming.
fRead (Example)
Usage example of the fRead function