ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
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......
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
Generating a class diagram
The generation is used to create the WINDEV classes ("......
grParameter (Function)
Retrieves or modifies a chart parameter.
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
Query technical documentation
The query editor automatically creates a technical documentation for each query......
Writing to the Free Technical Support
When you encounter a problem, try to isolate it and to reproduce it by using the minimum number of elements......
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
Referring to an element in a WLanguage event / process
Customizing the User Groupware
Using the query result
The result of a select query can be used in......
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
Pyramid charts
Pyramid charts allow you to view data in descending order......
W3C standardization
You must comply with the W3C standard (HTML 4......
Manipulating Chart controls in a WEBDEV site
When a Chart control is executed on a page of the WEBDEV site, users can personalize visuals via a context menu......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min