ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
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...
RestartProgram (Function)
Ends the application and restarts it.
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites...
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)...
"?" menu
WINDEV proposes a help menu adapted to your applications...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
History of versions
The history of setup versions is an advanced feature of the network setup...
"About" window
The "About" window is used to display and access various information about the current application ...
AI Chat control
With the AI Chat control, your WINDEV applications can easily interface with the AI model of your choice...
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...
.NET application
To create a.NET application from a project...
Steps to develop an application
This diagram presents the different steps for developing an application with WINDEV...
Managing custom fonts in a WINDEV or WINDEV Mobile project
Both WINDEV and WINDEV Mobile projects support custom fonts, including Google Fonts...
Operating mode of HFSQL application
An HFSQL application can operate in network mode or in Client/Server mode...
WDInst: set the directory for tables and User Groupware files
The setup editor WDInst ("Tools...
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version...
<WBAdminAuth variable>.CreateAccount (Function)
Creates a WEBDEV account on a WEBDEV Application Server.
WBAdminCreateAccount (Function)
Creates a WEBDEV account on a WEBDEV Application Server.
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
SOCKS5 protocol
SOCKS5 is a simple network protocol intended to standardize the use of proxies for applications......
FTPFileExist (Function)
Checks if a given file exists on an FTP server.
fExeDir (Function)
Returns the directory from which the execution is started.
Implementing the log process in an application
Regardless of the tables used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these tables......
8. Binding controls to data
A window can display information from......
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
HDeleteServerTrigger (Function)
Deletes a server trigger.
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
HDeactivateServerTrigger (Function)
Disables an HFSQL Client/Server server trigger on a server....
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
<WBAdminAuth variable>.ListAccount (Function)
Returns the list of WEBDEV accounts on a WEBDEV Application Server.
<WBAdminAuth variable>.UpdateAccount (Function)
Updates the parameters of a WEBDEV account in a WEBDEV Application Server.
WBAdminListAccount (Function)
Returns the list of WEBDEV accounts on a WEBDEV Application Server.
WBAdminUpdateAccount (Function)
Updates the characteristics of a WEBDEV account in a WEBDEV Application Server.
User Groupware: Password encryption
For better security in the User Groupware, WINDEV and WEBDEV now encrypt user passwords......