ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Passing parameters
The parameters can be passed to a procedure......
Customizing the User Groupware
Using the query result
The result of a select query can be used in......
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
Pinned control in a window
A pinned control remains visible even if the user moves the scrollbar of the container to display a non-visible area......
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
Referring to an element in a WLanguage event / process
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
Infinite Progress Bar control
Progress bars provide useful information to the end user......
Declaring and using a variable
A variable is defined by name and type......
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
Control template
A control template is a set of controls that can be re-used in several windows or pages......