ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
16. Protecting access to the site: passwords
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
Removing a project from the SCM (Source Code Manager)
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
OpenAI: How to find the OpenAI key
Several features of WINDEV, WEBDEV and WINDEV Mobile use an OpenAI account ......
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
<Camera>.Stop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
Variable scope
Variables can be declared anywhere in the code....
VideoStop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
Remote control: Some examples of configuration
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites......
Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
Check: SMTP connectivity
The monitoring robot will try to connect to an SMTP server......
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files required for installing and running a site......
Step 5: Site parameters
Once the site installed, you can define the site connection options......
Handling Spreadsheet controls programmatically (in a report)
How to retrieve the analysis structure through programming?
This help page explains how to retrieve the analysis structure through programming....
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.