ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Belgium.CheckCBE (Function)
Checks the validity of a CBE number (identifier from the Crossroads Bank for Belgian Enterprises).
Belgium.CheckNISS (Function)
Checks the validity of a NISS number (Belgian social security identification number).
Belgium.CheckEU (Function)
Checks the validity of a EU number (Belgian Establishment Unit number used to identify companies).
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
Help about new features: Letting users know about changes
Applications are constantly evolving......
Creating a RAD pattern
From version 12, a new RAD technology has appeared......
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
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......
Error 1017: The method is not global: use: to access it
Typecasting of parameters
The description of the parameter type is optional......
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
Events associated with Combo Box controls
List of events associated with Combo Box controls...
Variable scope
Variables can be declared anywhere in the code....
Deploying a WEBDEV site to a remote WEBDEV Application Server or WEBDEV Cluster
Installing a WEBDEV site (in Session or AWP mode) on a remote Application Server requires......
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
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)......
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
5. Site test in practice
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......