ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gpwDisconnectUser (Function)
Disconnects the current user from the User Groupware.
gpwConnectUser (Function)
Connects a user to the User Groupware.
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
EndProgram (Function)
Ends the execution of the current program.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
Obtaining an SSL certificate for IIS2 (2.0 or later)
JSEndEvent (Function)
Deletes the association between a WLanguage browser function and an event (implemented by JSEvent).
Google Analytics functions
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.
JSInterruptEvent (Function)
Interrupts the process of current event.
Icon (Type of variable)
The Icon type is used to define the advanced characteristics of an icon.
<Image variable>.Resize (Function)
Resizes an image in an Image variable.
<Image variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<Image variable>.InvertColor (Function)
Inverts the colors in an Image variable.
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
dSaveImageICO (Function)
Saves an image in icon format either in a file, or in memory.
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
<Image variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
FaxSend (Function)
Sends a fax according to the connection that was established beforehand (FaxConnect).
FaxStatus (Function)
Returns the status of a fax that was sent by FaxSend.
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
HSL (Function)
Creates a color from its hue, saturation and lightness.