ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

In depth look at windows, pages and reports
WINDEV, WINDEV Mobile and WEBDEV allow you to create custom interfaces with the window editor and the page editor......
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Feedback component
The Feedback component is a component provided with WINDEV......
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
Query and project
.NET Assemblies
.NET is Microsoft's software development platform......
Error 121: Shadowing a structure
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
1. Examples provided with WINDEV Mobile
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
18. Order of execution of the code of buttons/links
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
Automatic positioning
When moving a control in a window, in a page or in a report, guides are automatically displayed by the real-time interface checker (also called automatic positioning)......
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]......
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
11. Internal components in practice
Internal components in practice...
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......
9. Overlaying controls