ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AppOpenForm (Function)
Opens: the form of an application on Android (Play Store), iOS (App Store) or Windows (Windows Store) in order for the user to give a mark to it and/or to comment it. the form for configuring the In-App purchases of an application....
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
Warning 124: Shadowing a global variable
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
SCM: Management of rights
It is possible to manage and grant certain access rights to the developers for each element in the SCM......
.NET object
To access a class......
The indexed controls
A control is an indexed control if it contains several controls with the same name......
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......
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....
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......
The .NET 2.0 control (WinForm)
The ".NET 2.0 control (WinForm)" is used to easily manage the.NET controls in WinForm format (for.NET 2.0)....
GDI+ framework
Some WINDEV features use the GDI+ framework......
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
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....
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
The Slider control (in a page)
WEBDEV proposes two types of sliders......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
1. Examples provided with WINDEV Mobile