ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
FinRedemption (Function)
Creates an amortization matrix for a fixed-rate loan over a defined period of time.
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.
User (Property)
The User property is used to identify and change the user of a feature.
DocClose (Function)
Closes a docx file and frees the document.
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
<Source>.Creation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
The Group structure
The Group structure is a preset structure of WLanguage (no declaration is required)......
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
Ribbon control properties
The WLanguage properties can be used to handle: a Ribbon control found in a window. a pane of a Ribbon control. a grouping of a Ribbon control....
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
23. Print modes
Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
Setup mode
Several methods can be used to distribute a WINDEV application......
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
ERR_DISCONNECTED_EXEC
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
History of versions (network setup)
The setup wizard allows you to configure the history of versions during a network setup....
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......