ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
Style of a control
As soon as it is created, a control is associated with a style......
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
ControlClone (Function)
Creates a new control from an existing control.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
Events associated with Button controls
List of events associated with Button controls...
HNotifConfigure (Function)
Specifies and configures the server used to send notifications by the HFSQL server.
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
Constants for managing character strings
List of constants used by string management functions...
Writing an email: the available methods
This help page presents the methods for writing an email....
gpwOpenConnection (Function)
Opens a connection to a specific Client/Server database to manage the files of user groupware in Client/Server mode....
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
MQTT constants
Constants used by the MQTT functions...
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces......
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
Reverse code modeling
The reverse code modeling allows you to view in a graph......
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
Using .NET assemblies in a project
To use .NET assemblies in a project......