ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dTransferToImage (Example)
Usage example of the dTransferToImage function
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
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....
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......
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......
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)......
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......
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......
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....