ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project anomalies: dead code and orphan elements
WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements.
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...
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)...
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.
Reverse code modeling
The reverse code modeling allows you to view in a graph...
MyPage (Reserved word)
MyPage is used to handle the current page...
MyReport (Reserved word)
MyReport is used to handle the current report...
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
MySelf (Reserved word)
MySelf is used to handle the current control...
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
InDelayedProcedureMode (Function)
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV Application Server.
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...
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.
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
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...
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
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.
Events associated with the Conference control
List of events associated with a Conference control...
Events associated with Java Applet controls
List of events associated with Java Applet controls...
Events associated with Toolbar controls
List of events associated with Toolbar controls...
Events associated with the cells of the status bars
WINDEV manages the following events by default:...
Events associated with ListView controls
List of events associated with ListView controls...
Events associated with OLE controls
List of events associated with OLE controls...
SQLCodeExecuted (Property)
The SQLCodeExecuted property gets the SQL code of a query after replacing the parameters...
<WLanguageCodeFormatting>MetEnForme (Function)
Put in Geometry a WLanguage code: coloring, standardized rewriting, indentation, translation.
Events associated with Static controls
List of events associated with Static controls...
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Programming patterns
CAUTION......
InPocketSimulatorMode (Function)
Indicates whether the code is run in the Pocket simulator. Function kept for backward...
HTMLEndPage (Property)
The HTMLEndPage property is used to get and change the HTML code inserted at the end of the page.
HTMLHeader (Property)
The HTMLHeader property is used to get and change the HTML code inserted in the page header.
Error 40: The END statement marking the end of the class declaration is missing
OpenAI: How to find the OpenAI key
Several features of WINDEV, WEBDEV and WINDEV Mobile use an OpenAI account ......
Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):
Events associated with a Signature control
The following processes are associated with a Signature control:...
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice...
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
<HTML Display control>.ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
Android and Java: call WLanguage procedures
Permet de spécifier la procédure qui sera appelée lorsque l’utilisateur effectue un clic dans un...
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code...
Reverse (Function)
Returns the character that corresponds to the difference between the ASCII code of a specific...
UMCOpen (Function)
Opens the edit window of User Macro-Code for the current window.