ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
Events associated with an Organizer control
The following events are associated with Organizer controls:...
Installing a Webservice (old format)
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to: specify the options for managing the installer framework. specify the options for managing the UAC for the installer....
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
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......
Creating the Table windows of the WINDEV RAD pattern
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
Events associated with TreeView controls
List of events associated with TreeView controls...
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....
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Feedback component
The Feedback component is a component provided with WINDEV......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
Creating the Form windows of a WINDEV RAD pattern
Creating the Vision windows of the WINDEV RAD pattern
2. Projects in practice
Using .NET assemblies in a project
To use .NET assemblies in a project......
HTTPRequest (Function)
Starts an HTTP request on a server.