ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPAttribute (Example)
Usage example of the FTPAttribute function
Comparison operators
The comparison operators can be divided into several categories......
Constants for the geo-localization functions
Constants used by the geo-localization functions...
PDFPassword (Function)
Protects a PDF document with a password.
14. Managing the "Back" button in practice
ServicePause (Function)
Pauses a service.
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
ServiceContinue (Function)
Restarts a paused service.
Error 706: The property does not exist on this type of control
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).
spMatchesDescription (Property)
The spMatchesDescription property determines if the parameters (key derivation function, hash algorithm, iteration count and output length) of the item of type "Password" in the data file match the parameters described programmatically or in the analysis.
NotesCloseDatabase (Function)
Closes the local or remote database used (Lotus Notes or Domino).
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
ReplicEdit: Taking the analysis modifications made into account
When modifying the analysis of a replicated application (add an item, a file, ......
Error 705: The property does not exist on this type
Error 704: The property does not exist on
HTMLToRGB (Function)
Converts the HTML color into RGB color.
Global and local variable
Two types of variables are available......
Sub-modeling
In a flexible modeling, the "Application", "Process" and "Choice" elements can be used to enter in a "sub-modeling"......
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
EmailSend (Example)
Usage example of the EmailSend function