ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Code snippets
The code editor allows you to enter "Code snippets"...
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...
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...
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
Project dashboard
The project dashboard provides an overall view of project status via different widgets....
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
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...
InTSEMode (Function)
Indicates whether the code is run:
  • from a computer in TSE mode or from a remote desktop.
  • from a computer directly.
InAJAXMode (Function)
Specifies whether the code is run from:
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
InComponentMode (Function)
Indicates whether the code is run:
  • from a WINDEV application, a WEBDEV website or a PHP page.
  • from a component.
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...
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current window...
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
InKioskMode (Function)
Indicates whether the Android application is in kiosk mode.
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code...
Developing 64-bit sites
You can deploy 64-bit compatible sites......
ERR_NO_END_TAG
ERR_PARSER
Warning 127: You are using a data source local to the process
Error 404: The file for HFSQL browse cannot be an expression of this type
InWindowsStoreAppSimulatorMode (Function)
Identifies whether or not the code is executed in the simulator for applications in Windows Store...
Action Bar control events
InWinRTMode (Function)
Indicates whether the code is run in WinRT mode (Windows Store apps). Function kept for backward...
GetCountryName (Function)
Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1...
EmailExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display...
ModificationRule (Property)
... to be applied to the data file described in the code.
<Email variable>.ExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display...
Spelling check functions
The following functions are used to manage the spelling checker:
Find/Replace in the current project
The "Find/Replace" feature is used to......
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
CriticalSection
... of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
Error 121: Shadowing a structure
1. Testing a site: Elements to be tested
Warning 124: Shadowing a global variable
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Error 107: Redefinition of the parameter
Warning 12: The label is unused
Word Processing control events
WINDEV manages the following events by default......
Events associated with an infinite Progress Bar control