ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
The TimeLine control
The TimeLine control can be used to represent chronologies of closely spaced events that may be parallel....
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
WindowOpeningOptions (Variable type)
The WindowOpeningOptions type is used to define a window's opening options....
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
How to choose the data source of a control?
This help page presents the different data sources available for a control....
SCM: Creating a branch
Branches allows you to create a copy of the current project, so that you can make changes, additions, etc., to two versions of the same project....
CSS Grid control
The CSS Grid control is a control layout tool similar to the Flexbox control......
FTP constants
List of constants used by FTP functions....
Project with multiple analyses
A single WINDEV, WEBDEV or WINDEV Mobile project can now use multiple analyses (data descriptions)......
13. External component in practice
External component in practice...
The different types of integers