ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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 functions
The following functions are used to manage 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
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.
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.
Drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls...
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.
SourcePage (Property)
The SourcePage is used to identify the source of an internal page (i.e. the internal page displayed by an Internal Page control).
DSVFormat (Variable type)
The DSVFormat is used to define and change characteristics of the Delimiter Separated Values (DSV) format.
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Image with automatic scroll (WEBDEV) (prefix syntax)
Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Menu management functions
List of functions for managing menus...
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
SiteAddress (Function)
Returns the Internet address for connecting to a dynamic WEBDEV website (in Session mode) found on the same server.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
IgnoreError (Property)
The IgnoreError property gets and sets the different certificate errors ignored by the HTML Display and WEBDEV Page controls.
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
WDMap: Add, modify and delete records in a table
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a table......