ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ERR_CANNOT_RUN_EXPLORER
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
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......
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....
Events associated with pages
List of events associated with pages...
Partial indexing of memos
You now have the ability to index the content of a text memo item......
Constants for managing ports
List of constants used by the functions for port management (serial and parallel ports)...
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
Creating anchors
The anchors are used to define specific points in a help page......
Page Footer block
The Page footer block is run at the end of each page......
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
Creating the Table pages of the WEBDEV RAD pattern
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in a HFSQL cluster, ......
15. Repeating a group of controls: loopers
WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Handling a ListView control through programming (prefix syntax)
WINDEV allows you to programmatically handle ListView controls......
Handling a dynamic tab through programming (prefix syntax)
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Handling an Organizer control through programming (prefix syntax)
An Organizer control can be handled through programming....
Handling a Calendar control through programming (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....