ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
"About" window
The "About" window is used to display and access various information about the current application...
"?" menu
WINDEV proposes a help menu adapted to your applications...
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites...
FAA: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications...
History of versions
The history of setup versions is an advanced feature of the network setup...
Steps to develop an application
This diagram presents the different steps for developing an application with WINDEV...
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
HFSQL thumbnails
To optimize the display of images in your application or in your site, you have the ability to use HFSQL thumbnails......
Handling PDF Reader controls programmatically
A PDF Reader control can be handled through programming......
Constants for managing emails
List of constants used by the functions for managing emails....
Socket constants
List of constants used by the functions for socket management....
Time and date management properties
List of properties for managing dates and times...
SysColor (Function)
Identifies or modifies the color of a Windows element.
Matrix management functions
List of functions for managing matrices...
DeleteShortcut (Function)
Deletes a shortcut previously created by CreateShortcut from the Windows desktop, from the "Start" menu of Windows or from a specific directory.
Functions for managing contacts (Lotus Notes, Outlook and mobile device)
List of functions for managing contacts: Lotus Notes, Outlook, mobile devices (Android, iPhone, iPad, Universal Windows)...
Properties associated with the chart series
List of properties associated with the chart series...
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
13. Universal replication
9. Sharing a project in practice
Sharing a project in practice...
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
WinChangeAlias (Function)
Modifies the alias of a window.
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......
ERR_BAD_VERSION_RQS
MovableByBackground (Property)
The MovableByBackground property is used to: find out whether a window can be moved by the background, allow (or not) a window to be moved by the background....
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
Configuration of Apache 2.4 server
WEBDEV Development: Configuration of the Apache 2.4.x server for the CGI protocol and for WEBDEV sites....
2. Modes to install an application