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.
StatCovariance (Function)
Calculates the covariance between two series of values.
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color...
grSeriesColor (Function)
Initializes the color of a series or the color of a section.
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
Interface
An interface is used to divide the uses of features common to several elements...
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
Diagram Editor control properties
If the image is an image map, you can include "Clickable areas" in the image......
TreeView control properties
The TreeView controls found in a window or in a page can be handled by the WLanguage properties......
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
MenuAddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
Category (Property)
The Category property gets and sets the category of an element.
ProgressBarEnable (Function)
Enables the refresh of a Progress Bar via Ajax.
Error 113: Non-dynamic array without definition
Error 28: No END statement is associated with this SWITCH
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path,...
MapGetPosition (Function)
Returns the geographical position of the point located in the center of the map currently displayed...
grSeriesOpacity (Function)
Modifies the opacity factor of a series in a chart.
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
DateTimeToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
ModbusConnectRTU (Function)
Connects a client to a Modbus slave via a serial port.
Socket management functions
List of functions for managing sockets...
HModify (Example)
Usage example of the HModify function