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...
Events associated with the Rating control
WINDEV, WEBDEV and WINDEV Mobile manage the following event by default......
Events associated with a Spreadsheet control
Events associated with Check Box controls
List of events associated with Check Box controls...
Events associated with Radio Button controls
List of events associated with Radio Button controls...
Events associated with ListView controls
List of events associated with ListView controls...
Configuring the Apache server (1.3.x and 2.0.x)
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
DocFindElementByName (Function)
Searches for an element by its name in a Word Processing document.
Using several libraries in an application
A library is a WDL file that contains all the resources......
OrgSaveImage (Function)
Creates an image representing the entire Organization Chart control.
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
saasPricing (Type of variable)
The saasPricing type is used to define the advanced characteristics of a SaaS pricing.
Managing the Euro
Since January 1 2002, the Euro becomes the only currency in most European countries......
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
Configuring the Apache 2.2 server
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
ControlTypeInfo (Function)
Returns the icon corresponding to the specified type of control.
AlbumSave (Function)
Saves an image, a photo or a video in the photo album of the mobile device.
Telephony: Managing the outgoing calls
To manage the outgoing calls in a WINDEV or WINDEV Mobile application......
SysMetric (Function)
Returns the resolution of a specific element.
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......
The HTML control
The HTML control displays HTML pages or HTML code......