ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
The HTML Display control
The HTML Display control displays a web page in an application......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
Handling a Looper control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Looper control by programming......
Events associated with a Gantt Chart column
InWindowsStoreAppMode (Function)
Indicates whether the code is run in Windows Store apps mode. Function kept for backward compatibility....
Modbus constants
Constants used by the Modbus management functions....
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Modbus functions (prefix syntax)
List of Modbus functions...
Events associated with the project
List of events associated with the project...
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
tapiCompleteTransfer (Function)
Performs a call transfer (with ability to retrieve the call).
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
ERR_NO_END_TAG
ERR_PARSER
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
Adding an element to the SCM repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......
Warning 127: You are using a data source local to the process
Error 404: The file for HFSQL browse cannot be an expression of this type
InWindowsStoreAppSimulatorMode (Function)
Identifies whether or not the code is executed in the simulator for applications in Windows Store mode. Function kept for backward compatibility....
Action Bar control events