ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

1. Database schema: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses tables, it must be associated with a database schema....
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
<Array>.Reduce (Function)
Applies a computation to each element of an array.
ScanFromCameraToImage (Function)
Opens a specific window for scanning one or more documents using the phone or tablet camera.
fImageSelect (Example)
Usage example of the fImageSelect function
Map control properties
The following properties can be used with Map controls:...
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
7. Dynamic site on specific configurations
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
HRSListConfig (Function)
Lists the replications available on a master HFSQL server.
HRSInfo (Function)
Reads the replication configuration for an HFSQL server that takes part in one or more replications.
HRSDeleteConfig (Function)
Deletes a replication between two HFSQL servers.
HRSModifyConfig (Function)
Modifies some parameters of an existing replication between two HFSQL servers.
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
MySelf (Reserved word)
MySelf is used to handle the current control...
SQLTransaction (Example)
Usage example of the SQLTransaction function
Execute (Function)
Starts the execution of a process through programming.
HErrorLock (Function)
Used to check whether a lock error occurred.
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....