ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automation object
The Automation keyword is used to declare an automation object...
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
Renaming a project
Renaming a project is used ton modify the name of the project. All the elements linked to the project before it is renamed are kept.
4. Debugging modes
There are two different modes to debug a WINDEV Mobile application...
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
RunReportsAndQueries (Function)
Starts Reports and Queries and opens the WINDEV project corresponding to the current application.
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
gpwSupervisor (Function)
Returns the username of the "Supervisor" account according to the framework being used.
gpwNone (Function)
Returns the value of the word "NONE" according to the framework being used.
Error 1045: A class cannot be declared outside the declaration code of a class
gpwVisitor (Function)
Returns the value that corresponds to the word "Visitor" according to the framework used.
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
MCIVolume (Function)
Modifies or returns the sound volume.
zipCurrentFile (Example)
Usage example of the zipCurrentFile function
sfSessionInfo (Type of variable)
The sfSessionInfo type is used to get information about the current session...
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
iParameterViewer (Function)
Configures the report viewer.
Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used directly via keyboard shortcuts......
XMLSign (Function)
Signs an XML document.
gpwRegisteredUsers (Function)
Returns the value that corresponds to "Registered users" according to the framework being used.
BurnerSave (Example)
Usage example of the BurnerSave function