ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
PVTExpand (Function)
Expands the data found in a Pivot Table control according to a row header or to a column header.
<Pivot table>.Expand (Function)
Expands the data found in a Pivot Table control according to a row header or to a column header.
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
Check the "Responsive Web Design" pages
The pages in Responsive Web Design mode can be checked like any other WEBDEV page in the browser of your choice......
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
Remote WEBDEV Administrator
The remote management tool, that can be run from any computer equipped with an Internet browser, is a module used to ......
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
Managing the certificates
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity....
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
Extracting the text of the project
The following text can be extracted......
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
".STY" file: "Style sheet" file
A style sheet is a "......
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version......
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
The Camera control
The Camera control is used to view the video captured by a camera connected to the current computer....
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
12. Control templates
...Control templates...
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
Import from previous versions
To install a dynamic WEBDEV site on a web server, you will need deployment accounts......
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
2. WEBDEV administrator in practice