ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
xmlDocument (Variable type)
The xmlDocument type is used to handle an XML file.
WDInst: choose the type of installation to generate
WDInst allows you to create several types of setup......
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites......
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
Search in current code
When coding, developers often need to do a quick search in the current code...
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
Type (Property)
The Type property is used to get: the type of element (table 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....
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
Events associated with Chart controls
List of events associated with the Chart controls...
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
Events associated with windows
List of events associated with windows...
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
How to develop a PHP site?
What is a PHP site?......
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
Drop-down button
The drop-down button expands: a context menu. a popup window....
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......