ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

New features in WEBDEV 2025
WEBDEV 2025 is available!
WEBDEV 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ...
WEBDEV 2025 Tutorial - Table of contents
2025 new features brochure: WEBDEV new features
What's new in WEBDEV 2025 is presented in the What's new 2025 brochure.
2024 novelties brochure: WEBDEV novelties
Nouveautés de WINDEV/WEBDEV/WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024.
New products brochure 28: WEBDEV new products
New features in WEBDEV 28 presented in the New Features brochure.
Miscellaneous WEBDEV functions
List of various WEBDEV functions
Installing WINDEV, WEBDEV or WINDEV Mobile
This page describes the configuration required to install WINDEV, WEBDEV or WINDEV Mobile, as well as the different installation steps...
Analysis shared between earlier WINDEV applications and WINDEV 2025 applications
An analysis can be shared between a WINDEV application...
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]...
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must...
InSysNotificationMode (Function)
Used to determine if the application is launched from an interactive notification in "Windows 10".
Drawing constants
List of constants used by the drawing functions....
FaxDisconnect (Function)
Closes a connection to a fax server (established beforehand by FaxConnect).
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus......
gpwActivateUser (Function)
Validates a new user in the User Groupware database by activating the user.
ArrowEnd (Function)
Sets the position of the target end of an arrow in a "Shape" control.
ArrowStart (Function)
Sets the position of the source end of an arrow in a "Shape" control.
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
HTMLToRGB (Function)
Converts the HTML color into RGB color.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found...
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client...
SocketWrite (Function)
Writes a message intended to another socket.
SocketClose (Function)
Closes a socket or a connection to a server socket.
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found...
ComponentLocate (Function)
Specifies the access path to an external component of project.
The user version of query editor (Reports & Queries)
A query is used to interrogate a database in order to view, insert, modify or delete data......
5. User Groupware in practice
gpwOpenConfiguration (Function)
Opens the User Groupware configuration window or page.
gpwGetRights (Function)
Used to get the rights granted to a control, a window, a page or a report.
Tiff (Type of variable)
The Tiff type is used to define the advanced characteristics of a TIFF image.
DynamicServingConfigure (Function)
Indicates the environment that will be used by the "Dynamic Serving" to choose the set of pages...
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......