ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

How to read emails via the POP3 protocol?
This help page explains how to read emails via the POP3 protocol....
Changing sites from AWP to SEO-ready session mode
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Obtaining an SSL certificate for IIS2 (2.0 or later)
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
Describing a problem to the Free Technical Support
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
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......
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
Creating requirements
The following steps must be performed to implement the requirements......
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
Binding a Slider control to an item
A Slider control can be bound to an item in a data file, query, etc....
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
How to use an array of structures?
An array of structures is an Array variable......
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites......
<Image>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.