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...
fListDisk (Function)
Returns the list of disks installed on the computer.
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.
Printing in PDF format: Special cases
Specific features of print in PDF format...
Windows
The windows represent the main interface of a WINDEV application......
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
Events associated with internal windows
List of events associated with internal windows...
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
gglDocument (Type of variable)
The gglDocument type is used to handle a Google document...
hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......
Events associated with the project
List of events associated with the project...
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
Compilation options (chm format)
ChangeStyle (Function)
Modifies the style of a control dynamically.
Events associated with windows
List of events associated with windows...
fLongPath (Function)
Returns the full long path of a file or directory.
gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
fShortPath (Function)
Returns the full short path of a file or directory.
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a webservice).
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
Constants for managing projects
List of constants used by the functions for managing projects....
WEBDEV license agreement
WEBDEV license agreement...
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......