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...
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, ....).