ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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......
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
Binding controls to data
A window or page can display information from......
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
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)......
XMLFindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
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...
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.
13. Types of standard controls
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers......
User Groupware and Client/Server data files
An application that uses the User Groupware can be used with an HFSQL database in Client/Server mode......
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites......
XMLFindNamespaceByURI (Function)
Finds an XML namespace from its URI (Universal Resource Identifier) in a node and in the parents of this node.
Task list
Each project can be associated with a task list......
HTMLWrap (Function)
Wraps the specified node in a given node of an HTML document.