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.
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first...
Main characteristics of a List Box control
The main characteristics of a List Box control are as follows......
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running...
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor...
FTPListFile (Function)
Lists the files (and/or the directories) found in a directory of an FTP server and returns...
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel"...
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
Properties associated with a group of controls
Several WLanguage properties can be used on a group of controls found in a window, in a page...
gpwMode (Function)
Returns the runtime mode of the User Groupware.
mlSaveWorkspace (Function)
Saves the session workspace in a MATLAB file.
mlExecute (Function)
Evaluates and runs a command on a MATLAB session.
mlListVariable (Function)
Lists the variables found in the MATLAB session.
<Connection variable>.RegenerateFile (Function)
Regenerates a data file from its log.
StatSum (Example)
Usage example of the StatSum function
StatMax (Example)
Usage example of the StatMax function
StatMin (Example)
Usage example of the StatMin function
SessionRequestedPage (Function)
Returns the name of the page requested at the start of the session.
MatError (Example)
Usage example of the MatError function
fListDirectory (Example)
Usage example of the fListDirectory function
StatVariance (Example)
Usage example of the StatVariance function
fTempPath (Example)
Usage example of the fTempPath function
<picLayer variable>.DrawRectangle (Function)
Draws a rectangle in a picLayer variable.
GanttListTask (Example)
Usage example of the GanttListTask function