ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
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....
Feedback component
The Feedback component is a component provided with WINDEV......
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......
Testing and debugging an application on an Android device
All developers appreciate the possibility to debug an application directly on the device......
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
HFSQL constants
List of constants used by the HFSQL functions....
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Using .NET assemblies in a project
To use .NET assemblies in a project......
Events associated with Edit controls
WLanguage events associated with Edit controls...
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......
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
Managing spatial data in HFSQL databases
Starting with version 2024, you can store and manipulate geometric and geographic data in HFSQL databases......
HOpenConnection (Function)
Opens a connection to a specific database.
Code snippets
The code editor allows you to enter "Code snippets"......
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
YAML (Variable type)
The YAML type simplifies the handling of data in YAML format.