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.
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
Events associated with Peeling Corner controls
WEBDEV proposes the following events:...
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
Events associated with a Range Slider control
The following events are associated with Range Slider controls:...
Events associated with the TreeMap control
List of events associated with the TreeMap controls...
Error 701: The property is read-only
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Events associated with the Pivot Table control
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
Events associated with an Organization Chart control
InUniversalWindowsAppMode (Function)
Indicates whether the code is run in Universal Windows 10 App mode.
Events associated with a Repositionable Note control
Events associated with a Repositionable Note control...
Events associated with a Sliding Banner control
WEBDEV manages the following events by default (order of appearance in the code editor)...
MapExecuteJS (Function)
Runs the native code of Google Maps API in a Map control in JavaScript.
Events associated with a Web Component control
WEBDEV manages the following events by default (order of appearance in the code editor)...
<Map>.ExecuteJS (Function)
Runs the native code of Google Maps API in a Map control in JavaScript.
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Events associated with an Image Editor control
WINDEV manages the following events by default (in order of appearance in the code editor)...
HTMLEditorInsert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
<HTML editor>.Insert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.