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...
Toolbar control properties
List of properties associated with the Toolbar control...
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
Table,Delete (External language)
Deletes an element from a Table control.
WinEdActive (Function)
Used to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
2. Projects in practice
2. Projects in practice
Discover the main operations that can be performed on a project....
ControlFindHighlight (Function)
Highlights, in a window or control, all the captions and texts corresponding to a given text.
UMCOpen (Function)
Opens the edit window of User Macro-Code for the current window.
TreeSelect (Function)
Returns the full path of the selected element in a TreeView control.
NotesOpenConnection (Function)
Establishes a connection to a Domino server.
Preset control properties
List of properties associated with the Preset control...
Calculated control properties
List of properties associated with the Calculated control...
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
WDINT license agreement
WDINT license agreement...
Twain constants
List of constants used by the Twain functions....
Handling menu options programmatically
The menu options can be handled......
Recycle code windows
By default, a single code window is opened per ......
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
The "Code hashtags" pane
Diagram Editor control properties
If the image is an image map, you can include "Clickable areas" in the image......
TreeView control properties
The TreeView controls found in a window or in a page can be handled by the WLanguage properties......
hbColumn (Type of variable)
The hbColumn type is used to define the advanced characteristics of a column (item) in a HBase table.