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.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window......
Arithmetic operators
The arithmetic operators are......
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Managing space characters in the searches?
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Using the Salesforce service
Salesforce is a very popular CRM software......
Report viewer: Proposing several reports
In the document preview, end users can......
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
4. HFSQL Classic
HFSQL Classic is the database format......
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
How to fill a TreeView Table control?
This help page explains how to populate a TreeView Table control programmatically....
The Time control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
<Connection variable>.ListUser (Function)
Returns the list of users defined for a connection.
<Connection variable>.ModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
11. Internal components in practice
Internal components in practice...
".STY" file: "Style sheet" file
A style sheet is a "......
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
<Source>.ReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......