ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NetworkUser (Function)
Identifies the name of the connected user.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Glossary
The glossary lists all the abbreviations used in the code editor......
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
Principle for running threads
At runtime, an application runs in a main thread......
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
Internal component
An internal component is a set of elements from a project......
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
OpenAI: How to find the OpenAI key
Several features of WINDEV, WEBDEV and WINDEV Mobile use an OpenAI account ......
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
Name (Property)
The Name property is used to get the name of an element.
String functions
List of functions for managing character strings...
The Preset control
The "Preset" control is used to display the frequently used controls without programming......
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
Remote WEBDEV administrator: Personal information
The remote management tool is used to check and modify (if necessary) your personal information....
SysIconModify (Function)
Modifies the icon file and/or the hover text of the icon in the taskbar (lower-right corner of the screen)....
NetStartServer (Function)
Starts an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
How to open a window?