ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
Check the "Responsive Web Design" pages
The pages in Responsive Web Design mode can be checked like any other WEBDEV page in the browser of your choice......
User Control Center: Available network applications
The User Control Center is used to list the applications for which a network setup was created......
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......
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
Feedback component
The Feedback component is a component provided with WINDEV......
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Standard FTP functions
List of standard FTP functions...
ERR_NOTADEVVERSION
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
The Spin control
A Spin control is used to increase or reduce a value found in a control......
The Context Menu control (WEBDEV)
Context menus are often used in websites......
Objective C: Calling a WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in Objective C......
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology......
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
Events associated with Radio Button controls
List of events associated with Radio Button controls...
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
ERR_NOTAVAILABLE
.NET Assemblies
.NET is Microsoft's software development platform......
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
15. Creating the executable in practice
Creating the executable in practice...