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.
docProperty (Type of variable)
The docProperty type is used to define the properties of a Word Processing document.
memcachedResult (Type of variable)
The memcachedResult type is used to define the characteristics of a value read on a Memcached server.
Val (Function)
Returns the numeric value of a character string.
grInfoXY (Function)
Returns information about the series found at a specific chart point.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
beaconGroup (Type of variable)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
12. Available tests
StatVarianceP (Function)
Calculates the variance for a full series of values.
5. Modal, non-modal or MDI windows
Modal, non-modal or MDI windows...
Correspondence between languages, sub-languages, character sets and nations
The table below presents the correspondence between languages, sub-languages, character sets and nations:
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
9-slice scaling
The 9-slice scaling allows you to resize the images harmoniously......
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
_VisiteGuideeEtapeBulle (Type of variable)
Le type _VisiteGuideeEtapeBulle permet de définir toutes les caractéristiques avancées d'un XXX....
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
AIDetectModel (Function)
Runs a trained neural network model on an image. This function allows you to use artificial intelligence to detect objects in an image.
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......