ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to include the SESAM VITALE services?
From version 18 of WINDEV, the import of webservices includes the necessary tools to allow the consumption of secure Webservices used to manage the Sesam Vitale cards......
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
Events associated with Edit controls
WLanguage events associated with Edit controls...
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
11. Controls in practice
Discover the main characteristics of the controls...
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
Container column in a Table control
A cell found in a Table control can contain a set of controls......
dTransferToImage (Example)
Usage example of the dTransferToImage function
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
VariableReset (Function)
Resets the variable to its initial value.
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
Print constants
List of constants used by the print functions....
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
PageParameter (Function)
Returns the value of a parameter passed to the current page.
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....