ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating the Form windows of a WINDEV RAD pattern
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
Events associated with TreeView controls
List of events associated with TreeView controls...
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Feedback component
The Feedback component is a component provided with WINDEV......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Creating the Vision windows of the WINDEV RAD pattern
2. Projects in practice
Using .NET assemblies in a project
To use .NET assemblies in a project......
HTTPRequest (Function)
Starts an HTTP request on a server.
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie chart, column of a column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
Ad Hoc deployment
GDPR: Concrete solutions
GDPR: General Data Protection Regulation...
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......