ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

8. Project sharing in practice
Deselects a row in a Looper control....
Events associated with breaks
Le menu contextuel d'un champ de saisie propose une option "Définir comme 1er champ en saisie"......
NULL values: Allowing nullable types
Starting with version 2024, you can allow nullable types in a WINDEV, WEBDEV or WINDEV Mobile project......
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
Events associated with the Rating control
WINDEV, WEBDEV and WINDEV Mobile manage the following event by default......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
5. Displaying a WEBDEV Session site
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
Private Store for mobile applications
There are two methods two deploy your applications......
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
ListInfo (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
Configuring the browser "Back" button
The "Back" button allows users to see the history of pages they previously visited......
WBAdminConnection (Type of variable)
The WBAdminConnection type is used to get all the advanced characteristics of a connection on the server. This connection can correspond to a session, an AWP request, a schedule task, etc.
MaVisiteGuidée
The Variable MyGuidedVisit allows handle the current guided tour. The variable Ma GuidedTour allows you to know the characteristics of the variable of type GuidedTour used.
String of (Variable type)
The String of type is used to manipulate fixed-length strings. These strings have a null character at the end, denoted by a zero (as in the C programming language).
Specific features of the applications for iPhone/iPad
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
19. Sending emails
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....