ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
HTMLHeader (Property)
The HTMLHeader property is used to get and change the HTML code inserted in the page header.
<HTML Display control>.ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
Code editor: Snake_case or PascalCase
There are several naming conventions to write variables in the code......
Handling a dynamic programmatically
WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
<Looper>.AddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
Multi-project search
Performing a search in the current project is a common operation......
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
9. Overlaying controls
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be manipulated in WLanguage in a window with the following properties.
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
Manipulating Tab controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a Tab control through programming......
HTML 5: Example of programmed drag-and-drop management
To make a WEBDEV website more interactive, you have the ability to implement Drag and Drop in the pages....
PageCloseDialog (Function)
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page.
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
gpwAddAuthLogin (Function)
Adds a login button (Facebook, Google, Microsoft, etc.) in the login window or page.