ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Code snippets
The code editor allows you to enter "Code snippets"...
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key...
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)...
Project anomalies: dead code and orphan elements
WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements.
Reverse code modeling
The reverse code modeling allows you to view in a graph...
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...
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
InTSEMode (Function)
Indicates whether the code is run:
  • from a computer in TSE mode or from a remote desktop.
  • from a computer directly.
Project dashboard
The project dashboard provides an overall view of project status via different widgets....
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...
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.
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...
InAJAXMode (Function)
Specifies whether the code is run from:
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
InKioskMode (Function)
Indicates whether the Android application is in kiosk mode.
RegistryRename (Function)
Renames a key in the registry.
WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
Using the Wi-Fi
WINDEV and WINDEV Mobile propose the WiFi functions to easily access the Wi-Fi networks......
Control (Type of variable)
The Control type is used to define the characteristics of a control.
Programming overview in C and C++
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove...
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via...
ODBCUserName (Property)
ODBCUserName is used to: Identify the username used to connect to a database via an ODBC driver...
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays...
ShellExecute (Function)
Opens a document in its associated application.
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
ProjectInfo (Function)
Returns specific information about the project currently run.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto...
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current...
zipListFile (Function)
Returns the list of files found in an archive.
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
docElementFormula (Type of variable)
The docElementFormula type is used to define the characteristics of a Formula element found...
mongoResult (Type of variable)
The mongoResult type is used to find out the result during a search performed in a MongoDB...
TestError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated...
DisplayMode (Property)
The DisplayMode property gets and changes: the display mode in a Word Processing control,...
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.