ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
EmailUpdate (Function)
Updates the messages of MS Exchange according to the email server.
Creating the Relation pages of a WEBDEV RAD pattern
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Operations performed on deployment diagrams
The following paragraphs explain......
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.
Space (External language)
Fills the content of WdString with space characters on the right.
2. How to test a site?
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
OpenIDParameters (Type of variable)
The OpenIDParameters type is used to define all the advanced features of an authentication for OpenID.
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
NetworkUser (Function)
Identifies the name of the connected user.
KioskEnable (Function)
Switches the current Android application to kiosk mode.
Constants for the archiving functions
List of constants used by the archiving functions....
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Installing a WEBDEV site
There are two methods to install a WEBDEV site on a Unix server......
Passing parameters
The parameters can be passed to a procedure......