ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WINDEV: Example of programmed Drag and Drop
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window...
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.
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
Drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls...
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.
Screen,Raz (External language)
Resets to zero (for a numeric control) or clears (for the other types of controls) the content of the controls found in the current window.
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
8. Associating controls with data
4. Create a page in the editor...
Time and date management properties
List of properties for managing dates and times...
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
Selecting the keywords associated with a page
The keyword selection window allows you to select the keywords to be associated with a help page......
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
Reorder the data displayed in your tables
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
SpreadsheetInsertRow (Function)
Inserts an empty row into a Spreadsheet control found in a window.
<Scanner variable>.Property (Function)
Used to get and change the characteristics of a scanner.
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
dCopyScreenImage (Function)
Copies the screen content to an Image variable or to an Image control.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
hdfsCopyFrom (Function)
Copies a file found on a Hadoop server to the local computer.
hdfsCopyTo (Function)
Copies a file located on the local machine to a Hadoop server.
SpreadsheetFreeze (Function)
Used to freeze the display of a row or column in a Spreadsheet control.
<Table>.InsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
<Multiline Zone>.AddLine (Function)
Adds a new dynamic row into a Multiline Zone control.