ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Operating mode of HFSQL application
An HFSQL application can operate in network mode or in Client/Server mode...
Managing custom fonts in a WINDEV or WINDEV Mobile project
Both WINDEV and WINDEV Mobile projects support custom fonts, including Google Fonts...
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...
RestartProgram (Function)
Ends the application and restarts it.
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)...
WDInst: set directory for data files and User Groupware files
The setup editor WDInst ("Tools...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
.NET application
To create a.NET application from a project...
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
ConfigureAAF (Function)
Used to specify the behavior of some Automatic Application Features (AAF).
AppUPDAvailable (Function)
Allows you to find out whether an update is available for the specified application.
SysThumbnailModifyButton (Function)
Modifies one of the buttons found on the application thumbnail in the taskbar.
SysThumbnailDeleteButton (Function)
Deletes one of the buttons found in the thumbnail of the application from the taskbar.
ReplicDeleteSubscription (Function)
Deletes the subscription of a replication on the replication server.
inAppConsumeProduct (Function)
Used to consume, in an application, a product that was previously purchased by the user.
inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.
gpwRemoteConnect (Function)
Allows connecting to the application via the User Groupware Webservice.
LinkColorRTF (Function)
Changes the color of links in all RTF Edit controls in the application.
<Connection variable>.DisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
File download functions
The following functions are used to manage downloads......
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
Strict monitoring of a project
Via the Project Management Hub, WINDEV, WEBDEV and WINDEV Mobile allow you to define the different actions required to create a project......
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid......
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
1. Communication with WINDEV Mobile
WINDEV Mobile includes several communication functions for different fields....
You used WINDEV 28
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).