ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Miscellaneous WEBDEV functions
List of various WEBDEV functions
WEBDEV 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ...
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...
New features in WEBDEV 2025
WEBDEV 2025 is available!
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.
SEO of a WEBDEV website
In order for your site to get visitors, the Web users must be able to find it...
Analysis shared between earlier WINDEV applications and WINDEV 2025 applications
An analysis can be shared between a WINDEV application...
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV website, we recommend that you run the final tests from a test sever...
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...
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application...
RGBBlue (Function)
Returns the blue component of an RGB color.
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed...
User Groupware and Client/Server data files
An application that uses the User Groupware can be used with an HFSQL database in Client/Server...
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native...
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
JSInterruptEvent (Function)
Interrupts the process of current event.
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
JSEndEvent (Function)
Deletes the association between a WLanguage browser function and an event (implemented by JSEvent).
gpwConnectUser (Function)
Connects a user to the User Groupware.
gpwDisconnectUser (Function)
Disconnects the current user from the User Groupware.
Google Analytics functions
<Image>.DrawRectangleGradient (Function)
Draws a rectangle in an Image control.
<Image>.PixelOpacity (Function)
Identifies the opacity of a pixel in an image (in an Image control) with an Alpha channel.
<Image>.Rotation (Function)
Rotates an Image control.
<Icon variable>.SaveICO (Function)
Saves an image in icon format either in a file, or in memory.
<Image>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Image>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified Image...
<Image>.HorizontalSymmetry (Function)
Flips an image in an Image control with respect to a horizontal axis (symmetry with respect...
<Image>.VerticalSymmetry (Function)
Flips an image contained in an Image control with respect to a vertical axis (symmetry with respect...
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text...
Obtaining an SSL certificate for IIS2 (2.0 or later)
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.