ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Frequently asked questions about Automatic Update
Frequently asked questions about the update search mechanism....
WDStatistics: Configuring the WEBDEV administrator
To create the log files required to calculate the statistics for site traffic, a specific setting must be performed in the WEBDEV administrator......
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
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....
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
License agreement for Native Oracle Connector
License agreement for Native Oracle Connector...
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
FileDisplay (Function)
Displays a file in the browser of Web user.
LooperAddLine (Function)
Adds a row at the end of a Looper control.
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
SocketRead (Function)
Retrieves a message sent by another socket.
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
Browser constants
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....