ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 204: using a parameter without optional value after parameters ...
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
sfDeleteResult (Type of variable)
The sfDeleteResult type is used to find out the result of SFDelete...
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
Functions for handling directories and external files
List of functions for handling external files...
Document (Type of variable)
The Document type is used to handle a "docx" document.
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
sfEmptyRecycleBinResult (Type of variable)
The sfEmptyRecycleBinResult type is used to find out the result of SFEmptyRecycleBin...
beaconGroup (Type of variable)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
websocketClient (Type of variable)
The websocketClient type is used to identify and define all the advanced characteristics of a client connected to a WebSocket server.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
mongoOperationReplaceOne (Type of variable)
The mongoOperationReplaceOne type is used to define all the advanced characteristics of a document replace operation that will be added to a bulk operations list. The first document that matches the filter will be replaced.
URL Rewriting
URL Rewriting is a technique used to improve SEO......
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
mongoDatabaseInfo (Type of variable)
The mongoDatabaseInfo type is used to define the advanced characteristics of information about a MongoDB database.
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
5. User Groupware in practice
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......