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.
apExecute (Function)
Runs an action plan.
Error 1049: The access directives are not allowed in a composite variable
DayOfWeek (Property)
The DayOfWeek property is used to get and change the day of the week in a schedule.
mlInitialize (Function)
Initializes a new independent MATLAB session with an empty workspace in order to run functions.
Background
The "Background" keyword can correspond to: the Background variable, the Background property...
Style (Property)
The Style property is used to: retrieve or assign the entire style of a control (including...
DocToPDF (Function)
Converts a Word Processing document into a PDF file.
CriticalSection (Function)
Enables a name or on-variable critical section in the statement USING ... IN.
dText (Example)
Usage example of the dText function
DnDEvent (Example)
Usage example of the DnDEvent function
AdditionalParameters (Property)
The Property Additional Parameters allows you to specify additional parameters...
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used...
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
apDisableAction (Function)
Disables the execution of an action found in an action plan.
Number (Property)
The Number property is used to get the number of an element.
SchedulerSelectPlus (Function)
Selects an appointment in a Scheduler control.
SchedulerSelectMinus (Function)
Deselects an appointment from a Scheduler control.
Error 532: The size of the string to extract must be strictly positive
tapiStopCallDetection (Function)
Stops the specified call detection that was started by tapiListen.
iListPrinter (Function)
Returns the list of printers installed on the current computer.
Type (Example)
Usage example of the Type property
EmailMsgError (Example)
Usage example of the EmailMsgError function
Encryption (Property)
The Property Encryption allows you to know and modify the type of encryption used.