ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)...
Reverse code modeling
The reverse code modeling allows you to view in a graph...
Checkers available in the code editor
The code editor proposes several tools used to correct the code...
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key...
Code snippets
The code editor allows you to enter "Code snippets"...
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...
Project anomalies: dead code and orphan elements
WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current window...
Automatically executed processes / events in an application
Several actions are automatically performed when opening or closing an application.
Project dashboard
The project dashboard provides an overall view of project status via different widgets....
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
MyReport (Reserved word)
MyReport is used to handle the current report...
InComponentMode (Function)
Indicates whether the code is run:
  • from a WINDEV application, a WEBDEV website or a PHP page.
  • from a component.
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...
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
InTSEMode (Function)
Indicates whether the code is run:
  • from a computer in TSE mode or from a remote desktop.
  • from a computer directly.
MyPage (Reserved word)
MyPage is used to handle the current page...
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
InDelayedProcedureMode (Function)
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV Application Server.
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
InAJAXMode (Function)
Specifies whether the code is run from:
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...
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
InKioskMode (Function)
Indicates whether the Android application is in kiosk mode.
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
MySelf (Reserved word)
MySelf is used to handle the current control...
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...
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
HTMLAfter (Property)
The HTMLAfter property gets and sets the HTML code inserted after the control.
InAppleWatchMode (Function)
Indicates whether the code currently run is in Apple Watch mode.
WLanguage procedure called by SocketConnect
WLanguage procedure written in browser code ("callback"), called by SocketConnect.
iSkipPage (Function)
Forces a page skip: the corresponding code is sent to the printer spooler.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
<WLanguageCodeFormatting>.Format (Function)
Formats WLanguage code: coloring, normalized rewriting, indentation, translation.
Manipulating HTML Display controls programmatically
The HTML Display control displays a web page in an application......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code...
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed...
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
BREAK statement/"BREAK:" label
... of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement.
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
Share your projects via Git
Git is a source code manager......
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
SCM: Removing a project
Usage example of the AppointmentAdd function...
SCM: Optimizing time management
From version 110042, the dates and times are stored in the Source Code Manager in UTC format...
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according...