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.
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
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.
GeometryDeserializeWKT2D (Function)
Builds a 2D geometry from a Well-Known Text (WKT) representation.
<Polygon2D variable>.Touch (Function)
Determines whether a 2D polygon touches another geometry.
ERR_BAD_CONTEXT
<Source>.ListSpatialKeys (Function)
Returns the spatial keys of a table (used in a query or view) recognized by the HFSQL engine.
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
Select query description window
The description window of a select query includes several sections......
Context menu of TreeView controls (AAF)
Each TreeView control in a window offers the user a context menu by default......
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows and pages but also in the reports......
TitleImage (Property)
The TitleImage property is used to get and/or change the image displayed next to the title of a column in a Table control....
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
Software Factory: Setup
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
GeometryWithin (Function)
Determines whether geometry A is completely within geometry B (i.e., geometry B completely contains geometry A).
OCRExtractText (Function)
Reads the text contained in an image.