ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Unicode in character strings
The Unicode format is an encoding system that assigns a unique number to each character....
HPriority (Function)
Finds out and modifies the priority of the calling application.
HExecuteAsynchronousProcedure (Function)
Executes a stored procedure in asynchronous mode. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
SSHConnectShell (Function)
Starts a new SSH session of "Shell" type.
HPriorityClient (Function)
Modifies the priority of a client application.
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete......
HListConnection (Function)
Returns the list of connections currently described in the application.
Real-Time Performance Profiler (RTPP)
The Real-Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
GalleryPopupDisplayed (Function)
Indicates whether the automatic zoom popup of the Image Gallery control is displayed.
SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
HPass (Function)
Defines the password used to create or open a table.
Customizing the User Groupware