ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
How to create and handle a structure?
This help page explains how to create and handle a structure....
7. Multilingual applications in practice
SEO of a WEBDEV site
In order for your site to get visitors, the Web users must be able to find it......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
Set of procedures
The global procedures are grouped in set of procedures......
The different copy modes
Two different copy modes are proposed by WDTRAD......
Multilingual project
Opening, closing and saving a query
The query editor allows you to easily handle the queries....
Integrate two-factor authentication into your applications
In version 26, WINDEV, WEBDEV and WINDEV Mobile allow you to set up a login via two-factor authentication......
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
WDTestSite: Overview
WDTestSite is used to run different tests on a WEBDEV site......
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
DisplayMode (Property)
The DisplayMode property gets and changes: the display mode in a Word Processing control, the display mode in a PDF Reader control the display mode in an HTML Editor control, the display mode in a Kanban control...
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......