ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Set of procedures
The global procedures are grouped in set of procedures...
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code...
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found...
HDeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
Project comparator
Comparing two windows (two pages, two reports, two classes, ...
<Connection variable>.ListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
Sharing elements with a WINDEV application
Code history
The code history is used to...
<Connection variable>.UpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
HListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format...
<Connection variable>.DeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
HServerWorkingDir (Function)
Returns the path of a temporary directory on the HFSQL server.
9. Monitor your sites, servers, etc.
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
WDADMINEXE : Controlling the application remotely
The remote control of a WINDEV application allows the manager of an application used in network to manage the automatic or forced shutdown of the application for all the current users......
eYe magnet: conditional formatting of controls
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
Printing nested reports
To create a main report containing several secondary reports:...
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
WLanguage procedure called by tapiDial
tapiDial callback
WLanguage procedure called by iCloudKeyValueWatch
Callback of the iCloudKeyValueWatch.Cb function for the callback parameter
Programming patterns
CAUTION......
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Differences and specific features of an HFSQL Client/Server application
The management mode of data files may have to be adapted when using an HFSQL Client/Server application......
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
27. Center or anchor a site horizontally
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid......
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.