ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
Site testing: the different types of tests available
WEBDEV includes multiple methods for testing your sites...
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV website from a static page or from a dynamic WEBDEV page.
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ...
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites...
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site...
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run ...
Tile (Type of variable)
The Tile type is used to defined all the advanced characteristics of a tile for an application in Universal Windows 10 App mode.
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
<Looper>.Save (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
<Table>.Save (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
Time (Type of variable)
The Time type is used to easily handle the times...
9-slice scaling
The 9-slice scaling allows you to resize the images harmoniously......
<Kanban>.Save (Function)
Updates the record bound to the current card in the Kanban control.
File download functions
The following functions are used to manage downloads......
<Source>.Save (Function)
Modifies the current record if it exists, otherwise adds a new record.
<Source>.State (Function)
Used to find out the state of a record.
Wire control properties
A Wire control can be handled in a window by the following WLanguage properties......
Line control properties
List of properties associated with the Line control...
Various constants
List of various constants used by the constants WINDEV functions....
StartDate (Property)
The StartDate property is used to determine and change the start date of the selected time period: in a Calendar control. in an Organizer control. in a Scheduler control....
Filling a Chart control
The data that will be displayed in the Chart control can come from......
Share your projects via Git
Git is a source code manager......
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
EndDate (Property)
The EndDate property is used to get and change the selected time period end date: in a Calendar control, in an Organizer control. in a Scheduler control....
WDINT overview
OrganizerInfoXY (Function)
Returns for a given position in the Organizer control (coordinates of a point in the organizer): the index of the appointment for the specified position. the date corresponding to the specified position....
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......