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.
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
HSubstDir (Function)
Associates the data directory specified in the database schema with a directory found on disk.
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
SchedulerWorkingHour (Function)
Used to indicate the specific working hours per day in a Scheduler control.
Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times...
HBuildKeyValueANSI (Function)
Whatever the platform used, the data stored in HFSQL tables is in ANSI format.
2. Modes to install an application
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Reports
A report provides a custom view of data......
Defining a help window template
WINDEV allows you to create help window templates......
Creating an application or website using RAD (Rapid Application Development)
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
MarginInterCell (Property)
The MarginInterCell property is used to: find out the margin between rows or columns in a Layout control. modify the margin between rows or columns in a Layout control....
MDITop (Property)
The MDITop property is used to determine and change the distance between the top border of the MDI parent window and the top border of the MDI area.
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
Properties associated with the attributes of a Looper control
The attributes of a Looper control found in a window or in page can be handled by the WLanguage properties......
Looper control functions (prefix syntax)
List of Looper control functions (prefix syntax)...
Error 42: Label out of scope of GOTO