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...
Constants for managing emails
List of constants used by the functions for managing emails....
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
Tiff (Type of variable)
The Tiff type is used to define the advanced characteristics of a TIFF image.
1. Examples provided with WINDEV Mobile
Border (Type of variable)
The Border type is used to handle a border through programming...
ServiceUninstall (Function)
Uninstalls a service.
Describe a WEBDEV style
This window enables you to describe the WEBDEV style that will be used for the controls of your WEBDEV project......
HFSQL Control Center: Overview
The HFSQL Control Center is used to manage the different HFSQL databases (Network, Mobile, Client/Server) found in the company......
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
Sound (Function)
Plays a sound in WAV format.
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
Financial constants
List of constants used by the financial functions....
Constants for managing fonts
List of constants used by the functions for font management....
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....
Developing 64-bit sites
You can deploy 64-bit compatible sites......
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
FileDisplay (Function)
Displays a file in the browser of Web user.
SpeechRecognitionDeleteCommand (Function)
Deletes a voice command previously added with SpeechRecognitionAddCommand.
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.
OLECreateEmpty (Function)
Associates an OLE control with an OLE object by invoking a specific OLE server.
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....