ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
Drag and Drop functions
The following functions are used to manage Drag and Drop:
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Welcome to Reports & Queries
Reports & Queries is used to......
Handling a Breadcrumb control through programming
The Breadcrumb control can be handled through programming......
Messaging
A messaging is included in WINDEV, WINDEV Mobile or WEBDEV......
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
Native 64-bit and native 32-bit: a single source code
The 64-bit operating systems are starting to appear on the PCs and on the servers......
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
Functions for managing appointments (Outlook, Lotus Notes, mobile device)
List of functions for managing appointments...
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
Cross-references in the code editor
The cross-references in the code editor are used to identify......
"About" window
The "About" window is used to display and access various information about the current application......
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]......
Domotics: Overview
The home automation via power-line carrier (X10) has now become reality......
Composite keys
A composite key is a key item containing several other items......
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
iAreaHeight (Function)
Calculates the height of a fixed-width area required to print the entire text that uses the current font.
Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific menu ("SCM" from the main menu of the product used)......
WLanguage functions available in PHP
Some WLanguage functions are not available in PHP......
StringToUTF8 (Function)
Converts an ANSI or UNICODE string to UTF-8.
Configuring the "fax server" computer
WINDEV and WEBDEV allow you to manage faxes via the system fax server, available in Windows XP and Windows 2000......
ErrorThrow (Function)
Throw a non-fatal error.
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).