ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Drag and Drop functions
The following functions are used to manage Drag and Drop:
WINDEV: Example of programmed Drag and Drop
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows...
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
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.
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.
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
<TreeView Table>.InsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
<mongoGridFS variable>.SendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
NextIndex (Function)
Returns the number of the next row displayed in the current Table control.
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
<Table>.InsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
dCopieImageChamp (Control)
Copies the image of a control in a WINDEV window to a variable of type Image.
EmailCopy (Function)
Copies an email found in a directory to another directory of an IMAP server.
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
<emailAttach variable>.SaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
MongoGridFSSendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
PVTCollapseAll (Function)
Collapses all row and/or column headers in a Pivot Table control....
<Pivot Table>.ExpandAll (Function)
Expands all row and/or column headers in a Pivot Table control....
hbRead (Function)
Reads cells (values of items) of a row (record) in an HBase table.
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
Flexible modeling editor
The flexible modeling editor allows you to easily create a "non-restricting" and "flexible" modeling, entirely included in the environment......
Creating the menus for the windows of the WINDEV RAD pattern