ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Nation (External language)
Defines the display language for the titles, captions, messages...
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
WebserviceWriteMIMEType (Function)
Indicates the MIME type of the response returned by the Webservice (case of a call to a REST Webservice).
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
httpRequest
The HTTPRequest keyword can correspond to...
WebserviceReadHTTPHeader (Function)
Reads the HTTP header received in a call to a SOAP or REST Webservice.
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
Google Contacts management functions
List of functions for managing Google contacts...
SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current application. Prompts the user to disable battery optimization for a given application on the device. This function can be used to tell the operating system to stop preventing the application from running in the background....
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
J2EEAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Constants for the geo-localization functions
Constants used by the geo-localization functions...
PDFPassword (Function)
Protects a PDF document with a password.
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed on a local network. an HTTP setup used to update the reference setup on the local network....
14. Managing the "Back" button in practice
ServicePause (Function)
Pauses a service.
FTPAttribute (Example)
Usage example of the FTPAttribute function