ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program...
Reverse code modeling
The reverse code modeling allows you to view in a graph...
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key...
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.
Code snippets
The code editor allows you to enter "Code snippets"...
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)...
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
Checkers available in the code editor
The code editor proposes several tools used to correct the code...
Project anomalies: dead code and orphan elements
WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements.
MyPage (Reserved word)
MyPage is used to handle the current page...
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found...
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
In64bitMode (Function)
Indicates whether or not the code is run in 64-bit mode.
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
InAJAXMode (Function)
Specifies whether the code is run from:
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
InKioskMode (Function)
Indicates whether the Android application is in kiosk mode.
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current window...
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...
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
MyReport (Reserved word)
MyReport is used to handle the current report...
InTSEMode (Function)
Indicates whether the code is run:
  • from a computer in TSE mode or from a remote desktop.
  • from a computer directly.
InComponentMode (Function)
Indicates whether the code is run:
  • from a WINDEV application, a WEBDEV website or a PHP page.
  • from a component.
Automatically executed processes / events in an application
Several actions are automatically performed when opening or closing an application.
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
Project dashboard
The project dashboard provides an overall view of project status via different widgets....
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
MySelf (Reserved word)
MySelf is used to handle the current control...
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
InDelayedProcedureMode (Function)
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV Application Server.
Copying and cloning
Variables are copied using the "=" operator...
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed...
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer...
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming...
hdfsRights (Type of variable)
The hdfsRights type is used to define the advanced characteristics regarding the access rights...
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set...
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open...
Viewing a report in 3D
Your report displays controls that overlap?......
Viewing a window in 3 dimensions
Your window contains overlapping controls?......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called...
HCross (Function)
Crosses a record in a data file.
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
Dynamic Island
One major feature of the latest iPhone is the Dynamic Island, which transforms the black notch...
Testing a project: setting
By testing the project you can simulate how the application will run......
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items...
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask....
5. User Groupware in practice
iPrintReport (External language)
Prints a report created with the report editor.