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...
Properties associated with reports and controls
List of properties associated with the reports and their controls...
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
FaxSend (Function)
Sends a fax according to the connection that was established beforehand (FaxConnect).
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
gClickableLink (Function)
Adds a clickable link in a graphic string.
HTML Editor control properties
Properties associated with the HTML Editor control....
Applet control properties
List of properties associated with the Applet control...
Flash control properties
The Flash control can be handled by the WLanguage properties in server code and in browser code......
Site Map control properties
List of properties associated with a Site Map control...
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
First project window
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
Reintegrating translated text into a project
Once the translation of framework libraries ("......
Combo Box control properties
You can manipulate Combo Box controls in a window or page using the following WLanguage properties......
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
Deployment package
The deployment package creates a ZIP file containing the site's setup......
Compilation options
The compilation options allow you to define the help system generation settings......
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites......
HSendMessageToClient (Function)
Displays a message on the client computers.
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
Captcha control properties
The Captcha control can be handled by the WLanguage properties in server code and in browser code.
Peeling Corner control properties