ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HEX@ (Type of Variable)
Objet interne pour la gest ion de VisiteGuidée.Etape.Disque.
DriveUploadDirectory (Function)
Envoie un répertoire (présent sur la machine de l'utilisateur) vers un disque distant....
France.CheckINSEE (Function)
Tests the validity of an INSEE number (identification number of physical persons assigned by the National Institute of Statistics and Economic Studies - Institut National de la Statistique et des Etudes Economiques).
<Map>.ExecuteJS (Function)
Runs the native code of Google Maps API in a Map control in JavaScript.
MapExecuteJS (Function)
Runs the native code of Google Maps API in a Map control in JavaScript.
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
The Map control: Automatic Application Features (AAF)
The Map control proposes several features directly accessible to the end user......
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
Google Maps management functions
List of functions for managing Google maps...
Setup of the WEBDEV Application Server for Linux
Utilisation dans la classe _edthymlStylePolice - Accès en Lecture + Ecriture - Type : Tous types
InWindowsStoreAppMode (Function)
Indicates whether the code is run in Windows Store apps mode. Function kept for backward compatibility....
1. Managing emails
WINDEV includes multiple methods to manage emails...
InWinRTMode (Function)
Indicates whether the code is run in WinRT mode (Windows Store apps). Function kept for backward compatibility....
The Slider control (in a window)
A slider control is used to select a value between two bounds......
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
Service management functions
List of functions for managing services...
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
GglGetStaticMap (Function)
Retrieves the map of a specific location via the Google Maps service.
Programming patterns
CAUTION......
CodeJS (Property)
The CodeJS property is used to read and change the JavaScript code associated with a Web Component control.
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......