ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
WINDEV: Example of programmed Drag and Drop
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
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.
Drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls...
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
DeleteVoiceCommand (Function)
Deletes a voice command that was added by AddVoiceCommand. From version 17, this function is replaced by SpeechRecognitionDeleteCommand.
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
GenerateGeometricImage (Function)
Randomly generates an image with geometric shapes. This image can be used to temporarily fill an Image control, for example.
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
tapiRecord (Function)
Records the current communication as a".WAV" file.
Font management properties
List of font management properties...
Spelling checker in the interface
WINDEV, WEBDEV and WINDEV Mobile allow you to use the OpenOffice spelling checker in your interfaces...
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
AlbumPicker (Function)
Retrieves a photo, an image or a video stored in the photo album of the mobile device.
FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula for fixed-rate decreasing amortization.
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
MapLimitArea (Function)
Limits the geographic area displayed in the Map control.
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).
fDir (Function)
Finds a file or directory.
Conversion (Function)
Converts a value from a unit to another one.
Events associated with Tab controls
List of events associated with Tab controls...
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
Country (Type of variable)
The Country type is used to find out the characteristics of a country.
The structure of the file for remote control
The management of remote control uses a file in INI format......
iParameterPDF (Function)
Defines the options for the generated PDF file.
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min