ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Environment of code editor
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
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......
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
HOnError (Function)
Customizes the management of HFSQL errors.
SaaSChangePassword (Function)
Changes the password of the connected user.
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
HErrorIntegrity (Function)
Used to check whether an integrity error occurred.
SaaSSendSecurityCode (Function)
Sends the security code to the user so that he can change his password.
SaaSAdminListVisit (Function)
Returns the list of visits to a SaaS site.
Manipulating Scheduler controls programmatically (prefix syntax)
A Scheduler control can be......
<Source>.ExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
Overview
Overview of the different operators...
Accessibilité (Property)
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
How to read emails via the POP3 protocol?
This help page explains how to read emails via the POP3 protocol....
8. Smart controls
Ouvre une fenêtre de type popup en précisant sa position d'ouverture et attend sa fermeture....
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
fDelete (Example)
Usage example of the fDelete function