ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
Feedback component
The Feedback component is a component provided with WINDEV......
Creating the Form windows of a WINDEV RAD pattern
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
TableMode (Function)
TableMode is kept for backward compatibility.
SCM file format evolutions
Four versions are available for the SCM repository......
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Input (Function)
Displays a message allowing the user to type an information.
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Associative array (Type of variable)
An associative array is an "advanced" type of array...
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......