ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Miscellaneous WEBDEV functions
List of various WEBDEV functions
New products brochure 28: WEBDEV new products
New features in WEBDEV 28 presented in the New Features brochure.
2024 novelties brochure: WEBDEV novelties
Sets the position directly on the desired bookmark in the PDF document.
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...
SEO of a WEBDEV website
In order for your site to get visitors, the Web users must be able to find it...
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode...
WEBDEV: Improving accessibility
To make your WEBDEV websites accessible to visually impaired users, simply add specific attributes to controls...
WEBDEV 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ...
2025 new features brochure: WEBDEV new features
What's new in WEBDEV 2025 is presented in the What's new 2025 brochure.
New features in WEBDEV 2025
WEBDEV 2025 is available!
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...
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]...
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site...
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...
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV.
Tutorial
A tutorial is delivered with WINDEV, WEBDEV and WINDEV Mobile...
(No title )
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV.
"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.
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
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...
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.