ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
Functions for managing objects (External language)
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
List of extension attributes
The list of extension attributes ......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
.NET application
To create a.NET application from a project......
.NET Assemblies
.NET is Microsoft's software development platform......
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Using .NET assemblies in a project
To use .NET assemblies in a project......
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
DriveUploadDirectory (Function)
Envoie un répertoire (présent sur la machine de l'utilisateur) vers un disque distant....
Other operators
The following are additional operators......
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Multi-project search
Performing a search in the current project is a common operation......
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
Screen,Raz (External language)
Resets to zero (for a numeric control) or clears (for the other types of controls) the content of the controls found in the current window.
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
Popup window
WINDEV allows you to open windows in popup format......