ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server...
Site testing: the different types of tests available
WEBDEV includes multiple methods for testing your sites...
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ...
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV website from a static page or from a dynamic WEBDEV page.
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV website, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site.
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site...
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run...
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites...
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action...
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor. the values of the bound WLanguage variables....
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor. the values of the bound WLanguage variables....
SOAP functions (prefix syntax)
List of SOAP functions...
<Page>.FromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor. the values of the bound WLanguage variables....
Property of entity/association
In the MERISE methodology, the properties correspond to the characteristics of entities......
WDMap: View records in a table
WDMap is used to view the records found in a table......
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
ERR_NO_END_TAG
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
FAA: Sort/Search/Filter on Table Columns
Sends a stop request to a thread....
Handling Gantt Chart controls programmatically
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
Home automation: Overview
The home automation via power-line carrier (X10) has now become reality......
Functions for managing Tab controls (prefix syntax)
The following functions are used to manage tabs......
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
WDZip: Creating or modifying an archive
This help page explains how to......
Code editor: Display options
The code editor proposes several display options......
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....