ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV offer an automatic management of Drag and Drop.
Drag and Drop functions
The following functions are used to manage Drag and Drop:
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications.
WINDEV: Example of programmed Drag and Drop
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
HTML 5: Example of programmed drag-and-drop management
To make a WEBDEV website more interactive, you have the ability to implement Drag and Drop in the pages.
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
Drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls...
Cell control properties
List of properties associated with the Cell control...
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
rssStream (Type of variable)
The rssStream type is used to handle a RSS stream...
Error 2109: You are using the ObjectInfo function
8. "Mobile friendly" site: Dynamic serving
htmlDocument (Type of variable)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.
List of operators
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
Thumbnail control properties
List of properties associated with the Thumbnail control...
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Reserved WEBDEV Application Server - License Agreement
Reserved WEBDEV Application Server - License Agreement...
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
License agreement - HFSQL Client/Server
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
WINDEV Framework License Agreement
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism....
Zooming an image (WEBDEV)
WEBDEV proposes several methods for zooming an image:...
Project Management Hub: Managing messages
To manage messages in the Project Management Hub, you can use the secure messaging tool included in WINDEV, WEBDEV and WINDEV Mobile......
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......