ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WBAdminConnection (Type of variable)
The WBAdminConnection type is used to get all the advanced characteristics of a connection on the server. This connection can correspond to a session, an AWP request, a schedule task, etc.
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
Remote WEBDEV administrator: Personal information
The remote management tool is used to check and modify (if necessary) your personal information....
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
Error 1033: The access directives are not allowed in a structure
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
Handling a Navigation Bar control through programming
The Navigation Bar control can be handled by programming......
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
13. Security benefit: managing the "Back" button
18. Order of execution of the code of buttons/links
Creating a select query
A select query (corresponding SQL statement......
NetSendBuffer (Function)
Transmits a character string to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
NetExecute (Function)
Runs a specific program on an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
NetEndServer (Function)
Stops an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV and started by NetStartServer. This function is kept for backward compatibility....
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses several variables allowing you to easily define the characteristics of groups and users......
Applet control properties
List of properties associated with the Applet control...
Description window of query (insert, update or delete) or description window of a query in SQL code
The description window of a query (insert, update or delete) or the description window of a query in SQL code is used to......
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
Functions for managing threads (prefix syntax)
List of functions for managing threads (prefix syntax)...
Query editor
The query editor is used to automatically create queries on the data files......
2. Modes to install an application
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
Error 1018: The method is global: use the: operator: to access it