ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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)...
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....
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
Creating an executable: General options
The main executable options are as follows......
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
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......
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......
Project portfolio
From version 25, you can create "project portfolios"......
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
Test of a query
The query editor allows you to run the test of query result......
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
Passing parameters
The parameters can be passed to a procedure......
WDStatistics: Importing log files
To view the statistics about the site traffic with WDStatistics, the log files must be imported onto the current computer......
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
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......
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application......
Code snippets
The code editor allows you to enter "Code snippets"......
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
WDINT license agreement
WDINT license agreement...
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
Using several libraries in an application
A library is a WDL file that contains all the resources......
Constants for managing contact functions
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....