ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Events associated with the project
List of events associated with the project...
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
AWP without UI
Bootstrap, Angular, React, Vue......
Handling Scheduler controls programmatically
A Scheduler control can be......
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
17. WLanguage: a simple and powerful language
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Action Bar control events
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
GetCountryName (Function)
Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1 standard.
EmailExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
<Email variable>.ExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Error 121: Shadowing a structure
WDTestSite: Overview
WDTestSite is used to run different tests on a WEBDEV site......
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......
3. Deploying a dynamic WEBDEV site